aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorYoshinobu Inoue <shin@FreeBSD.org>2000-01-06 12:40:54 +0000
committerYoshinobu Inoue <shin@FreeBSD.org>2000-01-06 12:40:54 +0000
commit9a4365d0e0833374e893c519639bde71756aa104 (patch)
tree0fa615bec427848e939cbb6c31fed401f162edbb /usr.bin
parent171eec1876b8c1cf601856138ec2f53771c1e32b (diff)
downloadsrc-9a4365d0e0833374e893c519639bde71756aa104.tar.gz
src-9a4365d0e0833374e893c519639bde71756aa104.zip
libipsec and IPsec related apps. (and some KAME related man pages)
Reviewed by: freebsd-arch, cvs-committers Obtained from: KAME project
Notes
Notes: svn path=/head/; revision=55505
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/netstat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/netstat/Makefile b/usr.bin/netstat/Makefile
index 792797ca829d..c1f75394317b 100644
--- a/usr.bin/netstat/Makefile
+++ b/usr.bin/netstat/Makefile
@@ -12,6 +12,6 @@ BINGRP= kmem
BINMODE=2555
DPADD= ${LIBKVM} ${LIBIPX} ${LIBNETGRAPH}
LDADD= -lkvm -lipx -lnetgraph
-CFLAGS+=-DINET6
+CFLAGS+=-DINET6 -DIPSEC
.include <bsd.prog.mk>