IPSEC is hard-defined into the Makefile...not good, especially for
PicoBSD.

-- snip --
--- /usr/src/usr.sbin/traceroute/Makefile.orig  Thu Mar 30 14:16:52 2000
+++ /usr/src/usr.sbin/traceroute/Makefile       Thu Mar 30 14:23:28 2000
@@ -5,4 +5,11 @@
 BINMODE=4555
+
+.ifndef (NOIPSEC)
 CFLAGS+=-DHAVE_SYS_SELECT_H=1 -DHAVE_SETLINEBUF=1 -DHAVE_RAW_OPTIONS=1 \
        -DSTDC_HEADERS=1 -DIPSEC
+.else
+CFLAGS+=-DHAVE_SYS_SELECT_H=1 -DHAVE_SETLINEBUF=1 -DHAVE_RAW_OPTIONS=1 \
+       -DSTDC_HEADERS=1
+.endif
+
 # RTT Jitter on the internet these days means printing 3 decimal places on
@@ -14,4 +21,7 @@
 CLEANFILES+=   version.c
+
+.ifndef (NOIPSEC)
 DPADD= ${LIBIPSEC}
 LDADD= -lipsec
+.endif
-- snip --
 
-- 
+-------------------------------------------------------------------------+
| Omachonu Ogali                                     [EMAIL PROTECTED] |
| Intranova Networking Group                 http://tribune.intranova.net |
| PGP Key ID:                                                  0xBFE60839 |
| PGP Fingerprint:       C8 51 14 FD 2A 87 53 D1  E3 AA 12 12 01 93 BD 34 |
+-------------------------------------------------------------------------+



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to