f497052bcf
Submitted by: G. Paul Ziemba Suggested by: asomers@ MFC after: 2 weeks Sponsored by: DARPA, AFRL
16 lines
215 B
Makefile
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>
|