aboutsummaryrefslogtreecommitdiff
path: root/sbin/ping/Makefile
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 /sbin/ping/Makefile
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 'sbin/ping/Makefile')
-rw-r--r--sbin/ping/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sbin/ping/Makefile b/sbin/ping/Makefile
index 1df0d93b0530..2c6b08e0ba10 100644
--- a/sbin/ping/Makefile
+++ b/sbin/ping/Makefile
@@ -8,7 +8,8 @@ COPTS+= -Wall -Wmissing-prototypes
.if ${MACHINE_ARCH} == "alpha"
COPTS+= -fno-builtin # GCC's builtin memcpy doesn't do unaligned copies
.endif
-DPADD= ${LIBM}
-LDADD= -lm
+CFLAGS+=-DIPSEC
+DPADD= ${LIBM} ${LIBIPSEC}
+LDADD= -lm -lipsec
.include <bsd.prog.mk>