IMPORT openssh-9.8p1
[dragonfly.git] / usr.sbin / autofs / Makefile
blobfda771d6b7d8309ec319da2a8fd563c32fc28ce7
1 PROG= automount
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
9 DPADD= ${LIBUTIL}
10 LDADD= -lutil
12 LINKS= ${BINDIR}/automount ${BINDIR}/automountd
13 LINKS+= ${BINDIR}/automount ${BINDIR}/autounmountd
15 FILES= auto_master
16 FILESDIR= /etc
17 FILESMODE= 644
19 SUBDIR= autofs
21 .include <bsd.prog.mk>