Makefile revision 1.9
1#	$NetBSD: Makefile,v 1.9 2020/04/01 01:57:20 kamil Exp $
2
3.include <bsd.own.mk>
4
5SUBDIR+=	executor
6SUBDIR+=	fopsmapper		# Needs an additional helper program
7SUBDIR+=	hello
8#SUBDIR+=	luahello		# Nothing to build here, only text files
9SUBDIR+=	luareadhappy		# Needs an additional Lua script
10SUBDIR+=	mapper			# Needs an additional helper program
11SUBDIR+=	panic_string		# Crashes the system
12SUBDIR+=	ping			# Needs an additional helper program
13SUBDIR+=	ping_block		# Needs an additional helper program
14SUBDIR+=	properties
15SUBDIR+=	readhappy
16SUBDIR+=	readhappy_mpsafe	# Contains an additional helper program
17SUBDIR+=	sysctl
18
19.include <bsd.subdir.mk>
20