Capture a few stragglers that should be in the casper package.
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
393303e317
commit
cf5c857a8d
@ -2,6 +2,7 @@
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
PACKAGE=casper
|
||||
SUBDIR= dns
|
||||
SUBDIR+=grp
|
||||
SUBDIR+=pwd
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
.PATH: ${.CURDIR} ${.CURDIR}/../../../sbin/casper
|
||||
|
||||
PACKAGE=casper
|
||||
PROG= dns
|
||||
|
||||
SRCS= dns.c
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
.PATH: ${.CURDIR} ${.CURDIR}/../../../sbin/casper
|
||||
|
||||
PACKAGE=casper
|
||||
PROG= grp
|
||||
|
||||
SRCS= grp.c
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
.PATH: ${.CURDIR} ${.CURDIR}/../../../sbin/casper
|
||||
|
||||
PACKAGE=casper
|
||||
PROG= pwd
|
||||
|
||||
SRCS= pwd.c
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
.PATH: ${.CURDIR} ${.CURDIR}/../../../sbin/casper
|
||||
|
||||
PACKAGE=casper
|
||||
PROG= random
|
||||
|
||||
SRCS= random.c
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
.PATH: ${.CURDIR} ${.CURDIR}/../../../sbin/casper
|
||||
|
||||
PACKAGE=casper
|
||||
PROG= sysctl
|
||||
|
||||
SRCS= sysctl.c
|
||||
|
Loading…
Reference in New Issue
Block a user