1 # $NetBSD: Makefile,v 1.2 2017/04/15 18:22:35 kamil Exp $ 2 3 .include <bsd.own.mk> 4 5 SUBDIR+= hello 6 #SUBDIR+= luahello # Nothing to build here, only text files 7 SUBDIR+= luareadhappy # Needs an additional Lua script 8 SUBDIR+= ping # Needs an additional helper program 9 SUBDIR+= properties 10 SUBDIR+= readhappy 11 12 .include <bsd.subdir.mk> 13