1 # $NetBSD: Makefile,v 1.10 2020/04/04 21:15:04 kamil 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+= properties 16 SUBDIR+= readhappy 17 SUBDIR+= readhappy_mpsafe # Contains an additional helper program 18 SUBDIR+= sysctl 19 20 .include <bsd.subdir.mk> 21