diff options
author | Glen Barber <gjb@FreeBSD.org> | 2016-02-08 21:15:07 +0000 |
---|---|---|
committer | Glen Barber <gjb@FreeBSD.org> | 2016-02-08 21:15:07 +0000 |
commit | bcefcb026a4205dd03b397bcb544d86b6aa4bbfc (patch) | |
tree | 7c2bce77a8dafbb4f1b34b5b07c14cbce3d52977 /etc/rc.d/Makefile | |
parent | bf24694c4e6cc240face0c079caa3ed381b8ee31 (diff) |
Notes
Diffstat (limited to 'etc/rc.d/Makefile')
-rw-r--r-- | etc/rc.d/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/etc/rc.d/Makefile b/etc/rc.d/Makefile index d0660fb800234..f6e43c699530e 100644 --- a/etc/rc.d/Makefile +++ b/etc/rc.d/Makefile @@ -213,8 +213,12 @@ FILES+= ftpd .endif .if ${MK_HAST} != "no" -FILES+= hastd +FILESGROUPS+= HAST +HAST= hastd .endif +HASTDIR= /etc/rc.d +HASTMODE= ${BINMODE} +HASTPACKAGE= hast .if ${MK_INETD} != "no" FILES+= inetd |