Makefile revision 1.5
1# $NetBSD: Makefile,v 1.5 2018/04/20 00:06:45 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+= ping # Needs an additional helper program 10SUBDIR+= properties 11SUBDIR+= readhappy 12SUBDIR+= readhappy_mpsafe # Contains an additional helper program 13SUBDIR+= sysctl 14 15.include <bsd.subdir.mk> 16