diff --git a/libexec/casper/Makefile b/libexec/casper/Makefile index ed6bd7b42aa6..c66edd6b8cdf 100644 --- a/libexec/casper/Makefile +++ b/libexec/casper/Makefile @@ -2,6 +2,7 @@ .include +PACKAGE=casper SUBDIR= dns SUBDIR+=grp SUBDIR+=pwd diff --git a/libexec/casper/dns/Makefile b/libexec/casper/dns/Makefile index b101891cc954..065977fd966c 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 75274d101a2c..454212e586cd 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 23ad3f277a81..91dd60975297 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 3b5d15585afd..208f299b5ddd 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 24152abdc90e..e9b4bf66ce7d 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