summaryrefslogtreecommitdiffstats
path: root/usr.sbin/inetd/Makefile
blob: fb72be41f9a06b147ca2e650ec6a204741976f48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#	@(#)Makefile	8.1 (Berkeley) 6/6/93
#	$Id: Makefile,v 1.12 1999/07/15 17:01:42 green Exp $

PROG=	inetd
SRCS=	inetd.c builtins.c
MAN8=	inetd.8
MLINKS=	inetd.8 inetd.conf.5

COPTS+=	-Wall -DLOGIN_CAP
#COPTS+=	-DSANITY_CHECK

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

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