summaryrefslogtreecommitdiffstats
path: root/usr.sbin/inetd/Makefile
blob: d8434e7db80a375dce444d3a76ee657ca801eefe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#	@(#)Makefile	8.1 (Berkeley) 6/6/93
#	$Id: Makefile,v 1.10 1999/06/27 18:05:33 sheldonh Exp $

PROG=	inetd
MAN8=	inetd.8
MLINKS=	inetd.8 inetd.conf.5

COPTS+=	-Wall -DLOGIN_CAP
#COPTS+=	-DSANITY_CHECK
.ifdef REAL_IDENT
COPTS+= -DREAL_IDENT
.ifdef FAKEID
COPTS+= -DFAKEID
.endif
.endif

DPADD+=	${LIBUTIL} ${LIBWRAP}
LDADD+=	-lutil -lwrap

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud