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