freebsd-dev/etc/autofs/Makefile
Edward Tomasz Napierala 61cfb3db4c Rename /etc/autofs/include_nis to /etc/autofs/include_nis_nullfs, to indicate
that this script provides nullfs map rewriting for local mounts.

MFC after:	2 weeks
Sponsored by:	DARPA, AFRL
2017-11-27 12:46:18 +00:00

15 lines
199 B
Makefile

# $FreeBSD$
FILES= include_ldap \
include_nis_nullfs \
special_hosts \
special_media \
special_noauto \
special_null
NO_OBJ=
FILESDIR= /etc/autofs
FILESMODE= 755
.include <bsd.prog.mk>