Makefile revision 1.6
1#	$NetBSD: Makefile,v 1.6 2018/05/29 16:53:56 kamil Exp $
2
3.include <bsd.own.mk>
4
5SUBDIR+=	executor
6SUBDIR+=	hello
7#SUBDIR+=	luahello		# Nothing to build here, only text files
8SUBDIR+=	luareadhappy		# Needs an additional Lua script
9SUBDIR+=	panic_string		# Crashes the system
10SUBDIR+=	ping			# Needs an additional helper program
11SUBDIR+=	properties
12SUBDIR+=	readhappy
13SUBDIR+=	readhappy_mpsafe	# Contains an additional helper program
14SUBDIR+=	sysctl
15
16.include <bsd.subdir.mk>
17