summaryrefslogtreecommitdiff
path: root/etc/autofs/Makefile
blob: c372152a62385f8dc43c9152c6e0109847587ffd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $NetBSD: Makefile,v 1.1 2018/01/09 03:31:14 christos Exp $

CONFIGFILES=	include_ldap \
		include_nis \
		include_nis_nullfs \
		special_hosts \
		special_media \
		special_noauto \
		special_null

FILESDIR=	/etc/autofs
FILESMODE=	755

.include <bsd.prog.mk>