diff options
author | gjb <gjb@FreeBSD.org> | 2016-02-02 17:33:37 +0000 |
---|---|---|
committer | gjb <gjb@FreeBSD.org> | 2016-02-02 17:33:37 +0000 |
commit | e0804a81469674cb214c978c3e43d7f005d6e0d3 (patch) | |
tree | b8bb7fa9097f655ff5c38ee097e298e104570f3a /etc | |
parent | 34bfa3fb0779559b30ad2f42e61f741875217854 (diff) | |
download | FreeBSD-src-e0804a81469674cb214c978c3e43d7f005d6e0d3.zip FreeBSD-src-e0804a81469674cb214c978c3e43d7f005d6e0d3.tar.gz |
Create a package for autofs(5)
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'etc')
-rw-r--r-- | etc/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/etc/Makefile b/etc/Makefile index 27d1ba4..60dda7a 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -3,6 +3,8 @@ .include <src.opts.mk> +FILESGROUPS= FILES + SUBDIR= \ newsyslog.conf.d @@ -79,8 +81,13 @@ BIN1+= apmd.conf .endif .if ${MK_AUTOFS} != "no" -BIN1+= auto_master +FILESGROUPS+= AUTOFS +AUTOFS+= auto_master .endif +AUTOFSDIR= /etc +AUTOFSMODE= ${BINMODE} +AUTOFSPACKAGE= autofs +AUTOFSTAGS= config .if ${MK_FREEBSD_UPDATE} != "no" BIN1+= freebsd-update.conf |