xref: /freebsd/usr.sbin/inetd/Makefile (revision 63eca8f1dd7adca4324e0cc05fa66fe441507bd7)
1dea673e9SRodney W. Grimes#	@(#)Makefile	8.1 (Berkeley) 6/6/93
297d92980SPeter Wemm# $FreeBSD$
3dea673e9SRodney W. Grimes
4c6063d0dSWarner Losh.include <src.opts.mk>
568848109SYaroslav Tykhiy
6dea673e9SRodney W. GrimesPROG=	inetd
7345e52e7SRuslan ErmilovMAN=	inetd.8
884e59eb5SGarrett WollmanMLINKS=	inetd.8 inetd.conf.5
990e655eaSDavid E. O'BrienSRCS=	inetd.c builtins.c
10dea673e9SRodney W. Grimes
1171ccf092SEd SchoutenWARNS?=	3
12f3c6fec0SDavid MaloneCFLAGS+= -DLOGIN_CAP
13f328d583SDima Dorfman#CFLAGS+= -DSANITY_CHECK
140661be0bSJulian Elischer
1568848109SYaroslav Tykhiy.if ${MK_INET6_SUPPORT} != "no"
1668848109SYaroslav TykhiyCFLAGS+= -DINET6
1768848109SYaroslav Tykhiy.endif
1868848109SYaroslav Tykhiy
19*63eca8f1SEnji CooperLIBADD=	util
20*63eca8f1SEnji Cooper
21*63eca8f1SEnji Cooper.if ${MK_TCP_WRAPPERS} != "no"
22*63eca8f1SEnji CooperCFLAGS+=	-DLIBWRAP
23*63eca8f1SEnji CooperLIBADD+=	wrap
24*63eca8f1SEnji Cooper.endif
2590e655eaSDavid E. O'Brien
26af73d4e6SYaroslav Tykhiy# XXX for src/release/picobsd
278f9196f4SLuigi Rizzo.if !defined(RELEASE_CRUNCH)
2853bf725aSBjoern A. ZeebCFLAGS+= -DIPSEC
29c6db8143SBaptiste DaroussinLIBADD+=	ipsec
308f9196f4SLuigi Rizzo.endif
3190e655eaSDavid E. O'Brien
32dea673e9SRodney W. Grimes.include <bsd.prog.mk>
33