Makefile revision 1.3
1# $NetBSD: Makefile,v 1.3 2018/04/13 01:20:27 kamil Exp $ 2 3.include <bsd.own.mk> 4 5SUBDIR+= hello 6#SUBDIR+= luahello # Nothing to build here, only text files 7SUBDIR+= luareadhappy # Needs an additional Lua script 8SUBDIR+= ping # Needs an additional helper program 9SUBDIR+= properties 10SUBDIR+= readhappy 11SUBDIR+= sysctl 12 13.include <bsd.subdir.mk> 14