]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/inetd/Makefile
unfinished sblive driver, playback/mixer only for now - not enabled in
[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
9 COPTS+= -Wall -DLOGIN_CAP
10 #COPTS+=        -DSANITY_CHECK
11
12 DPADD+= ${LIBUTIL} ${LIBWRAP}
13 LDADD+= -lutil -lwrap
14 .if !defined(RELEASE_CRUNCH)
15 CFLAGS+=-DINET6 -DIPSEC
16 DPADD+= ${LIBIPSEC}
17 LDADD+= -lipsec
18 .endif
19 .include <bsd.prog.mk>