11.1Schristos# $NetBSD: Makefile,v 1.1 2018/01/09 03:31:15 christos Exp $ 21.1Schristos 31.1SchristosWARNS=6 41.1SchristosPROG= automount 51.1SchristosSRCS= automount.c automountd.c autounmountd.c common.c \ 61.1Schristos defined.c log.c popen.c token.l 71.1Schristos 81.1SchristosCFLAGS+= -I${.CURDIR} -I${.CURDIR}/../../sys 91.1Schristos 101.1SchristosMAN= automount.8 automountd.8 autounmountd.8 auto_master.5 111.1Schristos 121.1SchristosDPADD= ${LIBUTIL} 131.1SchristosLDADD= -lutil 141.1Schristos 151.1SchristosLINKS= ${BINDIR}/automount ${BINDIR}/automountd 161.1SchristosLINKS+= ${BINDIR}/automount ${BINDIR}/autounmountd 171.1Schristos 181.1Schristos.include <bsd.prog.mk> 19