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