12 lines
128 B
Makefile
12 lines
128 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
.include <bsd.own.mk>
|
||
|
|
||
|
SUBDIR= dns
|
||
|
SUBDIR+=grp
|
||
|
SUBDIR+=pwd
|
||
|
SUBDIR+=random
|
||
|
SUBDIR+=sysctl
|
||
|
|
||
|
.include <bsd.subdir.mk>
|