1 # @(#)Makefile 8.1 (Berkeley) 6/6/93
2 # $FreeBSD: src/usr.sbin/inetd/Makefile,v 1.18.2.4 2001/12/19 04:49:11 dd Exp $
3 # $DragonFly: src/usr.sbin/inetd/Makefile,v 1.4 2008/05/23 23:40:59 swildner Exp $
6 SRCS
= inetd.c builtins.c
8 MLINKS
= inetd
.8 inetd.conf
.5
11 #CFLAGS+= -DSANITY_CHECK
13 DPADD
+= ${LIBUTIL} ${LIBWRAP}
15 CFLAGS
+=-DINET6
-DIPSEC
18 .
include <bsd.prog.mk
>