aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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