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