mirror of
https://github.com/opnsense/src.git
synced 2026-04-01 15:35:10 -04:00
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>
|