summaryrefslogtreecommitdiff
path: root/sys/modules/examples/Makefile
blob: 8605d6a639260de237292bd842971a2c7cb50be2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#	$NetBSD: Makefile,v 1.12 2021/08/08 20:55:33 uwe Exp $

.include <bsd.own.mk>

SUBDIR+=	current_time
SUBDIR+=	ddbping
SUBDIR+=	executor
SUBDIR+=	fopsmapper		# Needs an additional helper program
SUBDIR+=	hello
#SUBDIR+=	luahello		# Nothing to build here, only text files
SUBDIR+=	luareadhappy		# Needs an additional Lua script
SUBDIR+=	mapper			# Needs an additional helper program
SUBDIR+=	panic_string		# Crashes the system
SUBDIR+=	ping			# Needs an additional helper program
SUBDIR+=	ping_block		# Needs an additional helper program
SUBDIR+=	pollpal			# Needs an additional helper program
SUBDIR+=	properties
SUBDIR+=	readhappy
SUBDIR+=	readhappy_mpsafe	# Contains an additional helper program
SUBDIR+=	sysctl

.include <bsd.subdir.mk>