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