summaryrefslogtreecommitdiff
path: root/sys/modules/examples/Makefile
blob: d028a05e965770c06c312d95b8da80256eda0726 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#	$NetBSD: Makefile,v 1.4 2018/04/13 20:30:09 kamil Exp $

.include <bsd.own.mk>

SUBDIR+=	hello
SUBDIR+=	executor
#SUBDIR+=	luahello	# Nothing to build here, only text files
SUBDIR+=	luareadhappy	# Needs an additional Lua script
SUBDIR+=	ping		# Needs an additional helper program
SUBDIR+=	properties
SUBDIR+=	readhappy
SUBDIR+=	sysctl

.include <bsd.subdir.mk>