1c6063d0dSWarner Losh.include <src.opts.mk> 268848109SYaroslav Tykhiy 3eecd0985SBrad DavisCONFS= inetd.conf 4dea673e9SRodney W. GrimesPROG= inetd 5*751ded1dSEmmanuel VadotPACKAGE= inetd 6345e52e7SRuslan ErmilovMAN= inetd.8 784e59eb5SGarrett WollmanMLINKS= inetd.8 inetd.conf.5 890e655eaSDavid E. O'BrienSRCS= inetd.c builtins.c 9dea673e9SRodney W. Grimes 10f3c6fec0SDavid MaloneCFLAGS+= -DLOGIN_CAP 11f328d583SDima Dorfman#CFLAGS+= -DSANITY_CHECK 120661be0bSJulian Elischer 1368848109SYaroslav Tykhiy.if ${MK_INET6_SUPPORT} != "no" 1468848109SYaroslav TykhiyCFLAGS+= -DINET6 1568848109SYaroslav Tykhiy.endif 1668848109SYaroslav Tykhiy 1763eca8f1SEnji CooperLIBADD= util 1863eca8f1SEnji Cooper 1963eca8f1SEnji Cooper.if ${MK_TCP_WRAPPERS} != "no" 2063eca8f1SEnji CooperCFLAGS+= -DLIBWRAP 2163eca8f1SEnji CooperLIBADD+= wrap 2263eca8f1SEnji Cooper.endif 2390e655eaSDavid E. O'Brien 2453bf725aSBjoern A. ZeebCFLAGS+= -DIPSEC 25c6db8143SBaptiste DaroussinLIBADD+= ipsec 2690e655eaSDavid E. O'Brien 27dea673e9SRodney W. Grimes.include <bsd.prog.mk> 28