1# $FreeBSD: stable/12/usr.sbin/autofs/autofs/Makefile 337340 2018-08-04 22:41:17Z brd $
2
3CONFS=		include_ldap \
4		include_nis \
5		include_nis_nullfs \
6		special_hosts \
7		special_media \
8		special_noauto \
9		special_null
10
11NO_OBJ=
12CONFDIR=	/etc/autofs
13CONFMODE=	755
14
15.include <bsd.prog.mk>
16