xref: /netbsd-src/sys/modules/examples/Makefile (revision f3cfa6f6ce31685c6c4a758bc430e69eb99f50a4)
1#	$NetBSD: Makefile,v 1.7 2019/01/17 20:47:42 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+=	mapper			# Needs an additional helper program
10SUBDIR+=	panic_string		# Crashes the system
11SUBDIR+=	ping			# Needs an additional helper program
12SUBDIR+=	properties
13SUBDIR+=	readhappy
14SUBDIR+=	readhappy_mpsafe	# Contains an additional helper program
15SUBDIR+=	sysctl
16
17.include <bsd.subdir.mk>
18