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