aboutsummaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2016-02-05 02:51:45 +0000
committerGlen Barber <gjb@FreeBSD.org>2016-02-05 02:51:45 +0000
commitcf5c857a8dbfd77e6a76aeead82437679fec58e0 (patch)
tree58944c4f3357326623bd2b041a853bd26c8a58a7 /libexec
parent393303e31719c29595dac97218bbd06752b5dd07 (diff)
Notes
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 ed6bd7b42aa66..c66edd6b8cdfe 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 b101891cc954f..065977fd966ca 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 75274d101a2c7..454212e586cd0 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 23ad3f277a810..91dd609752970 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 3b5d15585afd8..208f299b5ddd2 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 24152abdc90e3..e9b4bf66ce7d0 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