freebsd-dev/etc/autofs/Makefile
Edward Tomasz Napierala f497052bcf Add /etc/autofs/include_nis, a non-rewriting NIS map.
Submitted by:	G. Paul Ziemba
Suggested by:	asomers@
MFC after:	2 weeks
Sponsored by:	DARPA, AFRL
2017-11-27 12:50:26 +00:00

16 lines
215 B
Makefile

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