Home | History | Annotate | Line # | Download | only in mountd
Makefile revision 1.18
      1  1.18       tls #	$NetBSD: Makefile,v 1.18 2007/05/28 12:06:37 tls 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.16  christos SRCS=	mountd.c ipsec.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