From cf5c857a8dbfd77e6a76aeead82437679fec58e0 Mon Sep 17 00:00:00 2001 From: Glen Barber Date: Fri, 5 Feb 2016 02:51:45 +0000 Subject: [PATCH] Capture a few stragglers that should be in the casper package. Sponsored by: The FreeBSD Foundation --- libexec/casper/Makefile | 1 + libexec/casper/dns/Makefile | 1 + libexec/casper/grp/Makefile | 1 + libexec/casper/pwd/Makefile | 1 + libexec/casper/random/Makefile | 1 + libexec/casper/sysctl/Makefile | 1 + 6 files changed, 6 insertions(+) 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