Capture a few stragglers that should be in the casper package.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2016-02-05 02:51:45 +00:00
parent 393303e317
commit cf5c857a8d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/release-pkg/; revision=295293
6 changed files with 6 additions and 0 deletions

View File

@ -2,6 +2,7 @@
.include <bsd.own.mk>
PACKAGE=casper
SUBDIR= dns
SUBDIR+=grp
SUBDIR+=pwd

View File

@ -2,6 +2,7 @@
.PATH: ${.CURDIR} ${.CURDIR}/../../../sbin/casper
PACKAGE=casper
PROG= dns
SRCS= dns.c

View File

@ -2,6 +2,7 @@
.PATH: ${.CURDIR} ${.CURDIR}/../../../sbin/casper
PACKAGE=casper
PROG= grp
SRCS= grp.c

View File

@ -2,6 +2,7 @@
.PATH: ${.CURDIR} ${.CURDIR}/../../../sbin/casper
PACKAGE=casper
PROG= pwd
SRCS= pwd.c

View File

@ -2,6 +2,7 @@
.PATH: ${.CURDIR} ${.CURDIR}/../../../sbin/casper
PACKAGE=casper
PROG= random
SRCS= random.c

View File

@ -2,6 +2,7 @@
.PATH: ${.CURDIR} ${.CURDIR}/../../../sbin/casper
PACKAGE=casper
PROG= sysctl
SRCS= sysctl.c