mirror of
https://github.com/opnsense/src.git
synced 2026-03-18 00:25:50 -04:00
12 lines
143 B
Makefile
12 lines
143 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
PACKAGE=casper
|
|
SUBDIR= dns
|
|
SUBDIR+=grp
|
|
SUBDIR+=pwd
|
|
SUBDIR+=random
|
|
SUBDIR+=sysctl
|
|
|
|
.include <bsd.subdir.mk>
|