1 # $NetBSD: Makefile,v 1.11 2020/04/30 00:48:10 christos Exp $ 2 3 .include <bsd.own.mk> 4 5 SUBDIR+= current_time 6 SUBDIR+= executor 7 SUBDIR+= fopsmapper # Needs an additional helper program 8 SUBDIR+= hello 9 #SUBDIR+= luahello # Nothing to build here, only text files 10 SUBDIR+= luareadhappy # Needs an additional Lua script 11 SUBDIR+= mapper # Needs an additional helper program 12 SUBDIR+= panic_string # Crashes the system 13 SUBDIR+= ping # Needs an additional helper program 14 SUBDIR+= ping_block # Needs an additional helper program 15 SUBDIR+= pollpal # Needs an additional helper program 16 SUBDIR+= properties 17 SUBDIR+= readhappy 18 SUBDIR+= readhappy_mpsafe # Contains an additional helper program 19 SUBDIR+= sysctl 20 21 .include <bsd.subdir.mk> 22