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