diff options
Diffstat (limited to 'usr.sbin/inetd/Makefile')
-rw-r--r-- | usr.sbin/inetd/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/inetd/Makefile b/usr.sbin/inetd/Makefile index 0df97554b47c..738bbed95283 100644 --- a/usr.sbin/inetd/Makefile +++ b/usr.sbin/inetd/Makefile @@ -10,7 +10,8 @@ MAINTAINER=des@freebsd.org COPTS+= -Wall -DLOGIN_CAP #COPTS+= -DSANITY_CHECK -DPADD+= ${LIBUTIL} ${LIBWRAP} -LDADD+= -lutil -lwrap +CFLAGS+=-DINET6 -DIPSEC +DPADD+= ${LIBUTIL} ${LIBWRAP} ${LIBIPSEC} +LDADD+= -lutil -lwrap -lipsec .include <bsd.prog.mk> |