freebsd-dev/usr.sbin/inetd/Makefile
Peter Wemm fbc2342cca Implement minimal login class support (ie: does a setusercontext()).
Enabled by defining LOGIN_CAP in Makefile, on by default.
1997-01-13 02:52:30 +00:00

14 lines
203 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= inetd
MAN8= inetd.8
MLINKS= inetd.8 inetd.conf.5
COPTS+= -Wall -DLOGIN_CAP
#COPTS+= -DSANITY_CHECK
DPADD+= ${LIBUTIL}
LDADD+= -lutil
.include <bsd.prog.mk>