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