summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorceri <ceri@FreeBSD.org>2007-06-10 06:18:04 +0000
committerceri <ceri@FreeBSD.org>2007-06-10 06:18:04 +0000
commit72252c5d47a0a857dbbb57dbaafcddfd692c6254 (patch)
treed619c24e8ef5ae0b9c2f056d6ad365eeb5373d2f /usr.bin
parent03bd6740ae0f3d839e2cf827f52e028d84502d0f (diff)
downloadFreeBSD-src-72252c5d47a0a857dbbb57dbaafcddfd692c6254.zip
FreeBSD-src-72252c5d47a0a857dbbb57dbaafcddfd692c6254.tar.gz
Backout mess mistakenly committed with manpage update.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/netstat/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/usr.bin/netstat/Makefile b/usr.bin/netstat/Makefile
index 205ce21..19e4c38 100644
--- a/usr.bin/netstat/Makefile
+++ b/usr.bin/netstat/Makefile
@@ -13,11 +13,21 @@ CFLAGS+=-DIPSEC
CFLAGS+=-DFAST_IPSEC
CFLAGS+=-DSCTP
+.if ${MK_INET6_SUPPORT} != "no"
+SRCS+= inet6.c
+CFLAGS+=-DINET6
+.endif
BINGRP= kmem
BINMODE=2555
DPADD= ${LIBKVM} ${LIBMEMSTAT} ${LIBNETGRAPH} ${LIBUTIL}
LDADD= -lkvm -lmemstat -lnetgraph -lutil
+.if ${MK_IPX_SUPPORT} != "no"
+SRCS+= ipx.c
+DPADD+= ${LIBIPX}
+LDADD+= -lipx
+CFLAGS+=-DIPX
+.endif
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud