11.21Slukem# $NetBSD: Makefile,v 1.21 2023/06/03 09:09:22 lukem Exp $ 21.11Scgd# @(#)Makefile 8.3 (Berkeley) 1/25/94 31.1Scgd 41.18StlsUSE_FORT?= yes # network server 51.18Stls 61.1ScgdPROG= mountd 71.19SchristosSRCS= mountd.c ipsec.c get_net.c 81.12ScgdMAN= exports.5 mountd.8 91.16Schristos 101.16SchristosINETDDIR= ${.CURDIR}/../inetd 111.16Schristos 121.16SchristosCPPFLAGS+= -I${INETDDIR} -DIPSEC 131.16SchristosLDADD+= -lipsec -lutil 141.16SchristosDPADD+= ${LIBIPSEC} ${LIBUTIL} 151.1Scgd 161.1Scgd.include <bsd.prog.mk> 171.16Schristos 181.21SlukemCOPTS.mountd.c+= ${CC_WNO_CAST_FUNCTION_TYPE} 191.20Smrg 201.16Schristos.PATH: ${INETDDIR} 21