NetBSD/sys/modules/examples/Makefile

13 lines
329 B
Makefile

# $NetBSD: Makefile,v 1.2 2017/04/15 18:22:35 kamil Exp $
.include <bsd.own.mk>
SUBDIR+= hello
#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
.include <bsd.subdir.mk>