summaryrefslogtreecommitdiffstats
path: root/libexec
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2016-02-05 02:51:45 +0000
committergjb <gjb@FreeBSD.org>2016-02-05 02:51:45 +0000
commit0ead5250bfb3f1b9fcc785f16d8e731a75ac7795 (patch)
tree58944c4f3357326623bd2b041a853bd26c8a58a7 /libexec
parentd2bdc016bb7789b300718535c1ccc8777bf4d943 (diff)
downloadFreeBSD-src-0ead5250bfb3f1b9fcc785f16d8e731a75ac7795.zip
FreeBSD-src-0ead5250bfb3f1b9fcc785f16d8e731a75ac7795.tar.gz
Capture a few stragglers that should be in the casper package.
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'libexec')
-rw-r--r--libexec/casper/Makefile1
-rw-r--r--libexec/casper/dns/Makefile1
-rw-r--r--libexec/casper/grp/Makefile1
-rw-r--r--libexec/casper/pwd/Makefile1
-rw-r--r--libexec/casper/random/Makefile1
-rw-r--r--libexec/casper/sysctl/Makefile1
6 files changed, 6 insertions, 0 deletions
diff --git a/libexec/casper/Makefile b/libexec/casper/Makefile
index ed6bd7b..c66edd6 100644
--- a/libexec/casper/Makefile
+++ b/libexec/casper/Makefile
@@ -2,6 +2,7 @@
.include <bsd.own.mk>
+PACKAGE=casper
SUBDIR= dns
SUBDIR+=grp
SUBDIR+=pwd
diff --git a/libexec/casper/dns/Makefile b/libexec/casper/dns/Makefile
index b101891..065977f 100644
--- a/libexec/casper/dns/Makefile
+++ b/libexec/casper/dns/Makefile
@@ -2,6 +2,7 @@
.PATH: ${.CURDIR} ${.CURDIR}/../../../sbin/casper
+PACKAGE=casper
PROG= dns
SRCS= dns.c
diff --git a/libexec/casper/grp/Makefile b/libexec/casper/grp/Makefile
index 75274d1..454212e 100644
--- a/libexec/casper/grp/Makefile
+++ b/libexec/casper/grp/Makefile
@@ -2,6 +2,7 @@
.PATH: ${.CURDIR} ${.CURDIR}/../../../sbin/casper
+PACKAGE=casper
PROG= grp
SRCS= grp.c
diff --git a/libexec/casper/pwd/Makefile b/libexec/casper/pwd/Makefile
index 23ad3f2..91dd609 100644
--- a/libexec/casper/pwd/Makefile
+++ b/libexec/casper/pwd/Makefile
@@ -2,6 +2,7 @@
.PATH: ${.CURDIR} ${.CURDIR}/../../../sbin/casper
+PACKAGE=casper
PROG= pwd
SRCS= pwd.c
diff --git a/libexec/casper/random/Makefile b/libexec/casper/random/Makefile
index 3b5d155..208f299 100644
--- a/libexec/casper/random/Makefile
+++ b/libexec/casper/random/Makefile
@@ -2,6 +2,7 @@
.PATH: ${.CURDIR} ${.CURDIR}/../../../sbin/casper
+PACKAGE=casper
PROG= random
SRCS= random.c
diff --git a/libexec/casper/sysctl/Makefile b/libexec/casper/sysctl/Makefile
index 24152ab..e9b4bf6 100644
--- a/libexec/casper/sysctl/Makefile
+++ b/libexec/casper/sysctl/Makefile
@@ -2,6 +2,7 @@
.PATH: ${.CURDIR} ${.CURDIR}/../../../sbin/casper
+PACKAGE=casper
PROG= sysctl
SRCS= sysctl.c
OpenPOWER on IntegriCloud