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