2 SRCS
= automount.c automountd.c autounmountd.c common.c \
3 defined.c log.c popen.c token.l
5 CFLAGS
+= -I
${.CURDIR
} -I
${.CURDIR
}/..
/..
/sys
7 MAN
= automount
.8 automountd
.8 autounmountd
.8 auto_master
.5
12 LINKS
= ${BINDIR}/automount
${BINDIR}/automountd
13 LINKS
+= ${BINDIR}/automount
${BINDIR}/autounmountd
15 .
include <bsd.prog.mk
>