Home | History | Annotate | Line # | Download | only in mountd
Makefile revision 1.17
      1  1.17    itojun #	$NetBSD: Makefile,v 1.17 2003/05/16 14:53:55 itojun 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.1       cgd 
     14   1.1       cgd .include <bsd.prog.mk>
     15  1.16  christos 
     16  1.16  christos .PATH: ${INETDDIR}
     17