freebsd-dev/usr.sbin/inetd/Makefile

15 lines
304 B
Makefile
Raw Normal View History

1994-05-26 05:23:31 +00:00
# @(#)Makefile 8.1 (Berkeley) 6/6/93
# $Id: Makefile,v 1.6 1999/03/28 10:50:30 markm Exp $
1994-05-26 05:23:31 +00:00
PROG= inetd
MAN8= inetd.8
MLINKS= inetd.8 inetd.conf.5
1994-05-26 05:23:31 +00:00
COPTS+= -Wall -DLOGIN_CAP -DLIBWRAP -DLIBWRAP_INTERNAL
#COPTS+= -DSANITY_CHECK
DPADD+= ${LIBUTIL} ${LIBWRAP}
LDADD+= -lutil -lwrap
1994-05-26 05:23:31 +00:00
.include <bsd.prog.mk>