freebsd-dev/usr.sbin/inetd/Makefile

15 lines
238 B
Makefile
Raw Normal View History

1994-05-26 05:23:31 +00:00
# @(#)Makefile 8.1 (Berkeley) 6/6/93
# $Id$
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
#COPTS+= -DSANITY_CHECK
DPADD+= ${LIBUTIL} ${LIBWRAP}
LDADD+= -lutil -lwrap
1994-05-26 05:23:31 +00:00
.include <bsd.prog.mk>