diff --git a/etc/rc.d/Makefile b/etc/rc.d/Makefile index c22f647b3917..31cffcddfda9 100644 --- a/etc/rc.d/Makefile +++ b/etc/rc.d/Makefile @@ -24,7 +24,6 @@ FILES= DAEMON \ ${_bluetooth} \ bridge \ ${_bthidd} \ - ${_casperd} \ cleanvar \ cleartmp \ cron \ @@ -198,8 +197,12 @@ BSNMPMODE= ${BINMODE} BSNMPPACKAGE= bsnmp .if ${MK_CASPER} != "no" -_casperd= casperd +FILESGROUPS+= CASPER +CASPER+= casperd .endif +CASPERDIR= /etc/rc.d +CASPERMODE= ${BINMODE} +CASPERPACKAGE= casper .if ${MK_CCD} != "no" FILES+= ccd diff --git a/sbin/casperd/Makefile b/sbin/casperd/Makefile index 93f145ceeb38..698263c1836e 100644 --- a/sbin/casperd/Makefile +++ b/sbin/casperd/Makefile @@ -1,5 +1,6 @@ # $FreeBSD$ +PACKAGE=casper PROG= casperd SRCS= casperd.c zygote.c