aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/netstat/Makefile
diff options
context:
space:
mode:
authorAssar Westerlund <assar@FreeBSD.org>2001-06-15 00:25:44 +0000
committerAssar Westerlund <assar@FreeBSD.org>2001-06-15 00:25:44 +0000
commit65ea0024ba6f8aeac9b9f28532a63bc7ac6174ae (patch)
tree4c8e50bedba0b4b6d215e040dc90818e756c7c91 /usr.bin/netstat/Makefile
parent953d6e00e90da2babadba0111b28defe768d26d3 (diff)
downloadsrc-65ea0024ba6f8aeac9b9f28532a63bc7ac6174ae.tar.gz
src-65ea0024ba6f8aeac9b9f28532a63bc7ac6174ae.zip
add the option -S for printing port numbers symbolically but addresses
numerically. clean up the CFLAGS in Makefile.
Notes
Notes: svn path=/head/; revision=78238
Diffstat (limited to 'usr.bin/netstat/Makefile')
-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 c0a19a7c1671..0b47e40780aa 100644
--- a/usr.bin/netstat/Makefile
+++ b/usr.bin/netstat/Makefile
@@ -6,6 +6,7 @@ SRCS= if.c inet.c inet6.c main.c mbuf.c mroute.c ipx.c route.c \
unix.c atalk.c netgraph.c mroute6.c ipsec.c # iso.c ns.c tp_astring.c
CFLAGS+=-Wall
CFLAGS+=-DIPSEC
+CFLAGS+=-DINET6
#CFLAGS+=-g
#.PATH: ${.CURDIR}/../../sys/netiso
@@ -13,6 +14,5 @@ BINGRP= kmem
BINMODE=2555
DPADD= ${LIBKVM} ${LIBIPX} ${LIBNETGRAPH} ${LIBUTIL}
LDADD= -lkvm -lipx -lnetgraph -lutil
-CFLAGS+=-DINET6 -DIPSEC
.include <bsd.prog.mk>