1 1.19 christos # $NetBSD: Makefile,v 1.19 2015/12/23 16:19:49 christos Exp $ 2 1.11 cgd # @(#)Makefile 8.3 (Berkeley) 1/25/94 3 1.1 cgd 4 1.18 tls USE_FORT?= yes # network server 5 1.18 tls 6 1.1 cgd PROG= mountd 7 1.19 christos SRCS= mountd.c ipsec.c get_net.c 8 1.12 cgd MAN= exports.5 mountd.8 9 1.16 christos 10 1.16 christos INETDDIR= ${.CURDIR}/../inetd 11 1.16 christos 12 1.16 christos CPPFLAGS+= -I${INETDDIR} -DIPSEC 13 1.16 christos LDADD+= -lipsec -lutil 14 1.16 christos DPADD+= ${LIBIPSEC} ${LIBUTIL} 15 1.1 cgd 16 1.1 cgd .include <bsd.prog.mk> 17 1.16 christos 18 1.16 christos .PATH: ${INETDDIR} 19