14e2571904
previous single example. These examples were provided by Kamil Rytarowski. XXX These modules are built as part of a system build, but they XXX are NOT installed in $DESTDIR.
12 lines
277 B
Makefile
12 lines
277 B
Makefile
# $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>
|