Home | History | Annotate | Line # | Download | only in mountd
Makefile revision 1.19.16.1
      1  1.19.16.1    martin #	$NetBSD: Makefile,v 1.19.16.1 2020/04/13 08:05:54 martin 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.19.16.1    martin COPTS.mountd.c+=	${GCC_NO_CAST_FUNCTION_TYPE}
     19  1.19.16.1    martin 
     20       1.16  christos .PATH: ${INETDDIR}
     21