1 # $NetBSD: Makefile,v 1.6 2018/05/29 16:53:56 kamil Exp $ 2 3 .include <bsd.own.mk> 4 5 SUBDIR+= executor 6 SUBDIR+= hello 7 #SUBDIR+= luahello # Nothing to build here, only text files 8 SUBDIR+= luareadhappy # Needs an additional Lua script 9 SUBDIR+= panic_string # Crashes the system 10 SUBDIR+= ping # Needs an additional helper program 11 SUBDIR+= properties 12 SUBDIR+= readhappy 13 SUBDIR+= readhappy_mpsafe # Contains an additional helper program 14 SUBDIR+= sysctl 15 16 .include <bsd.subdir.mk> 17