]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/inetd/Makefile
This commit was generated by cvs2svn to compensate for changes in r39297,
[FreeBSD/FreeBSD.git] / usr.sbin / inetd / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/6/93
2
3 PROG=   inetd
4 MAN8=   inetd.8
5 MLINKS= inetd.8 inetd.conf.5
6
7 COPTS+= -Wall -DLOGIN_CAP
8 #COPTS+=        -DSANITY_CHECK
9
10 DPADD+= ${LIBUTIL}
11 LDADD+= -lutil
12
13 .include <bsd.prog.mk>