Makefile revision 1.2
1#	$NetBSD: Makefile,v 1.2 2017/04/15 18:22:35 kamil Exp $
2
3.include <bsd.own.mk>
4
5SUBDIR+=	hello
6#SUBDIR+=	luahello	# Nothing to build here, only text files
7SUBDIR+=	luareadhappy	# Needs an additional Lua script
8SUBDIR+=	ping		# Needs an additional helper program
9SUBDIR+=	properties
10SUBDIR+=	readhappy
11
12.include <bsd.subdir.mk>
13