blob: 8d32be613df33bd3264e6af5eb77620942570a0a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $NetBSD: Makefile,v 1.1 2015/05/13 07:07:36 pgoyette Exp $
.include <bsd.own.mk>
SUBDIR+= hello
#SUBDIR+= luahello # Nothing to build here, only text files
SUBDIR+= ping # Needs an additional helper program
SUBDIR+= properties
SUBDIR+= readhappy
.include <bsd.subdir.mk>
|