1 # $NetBSD: Makefile,v 1.3 2018/04/13 01:20:27 kamil Exp $ 2 3 .include <bsd.own.mk> 4 5 SUBDIR+= hello 6 #SUBDIR+= luahello # Nothing to build here, only text files 7 SUBDIR+= luareadhappy # Needs an additional Lua script 8 SUBDIR+= ping # Needs an additional helper program 9 SUBDIR+= properties 10 SUBDIR+= readhappy 11 SUBDIR+= sysctl 12 13 .include <bsd.subdir.mk> 14