From ea6e16bc20e4706c99c89ec7b7f3ab3be1791a4c Mon Sep 17 00:00:00 2001 From: assar Date: Fri, 15 Jun 2001 00:25:44 +0000 Subject: add the option -S for printing port numbers symbolically but addresses numerically. clean up the CFLAGS in Makefile. --- usr.bin/netstat/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/netstat/Makefile') diff --git a/usr.bin/netstat/Makefile b/usr.bin/netstat/Makefile index c0a19a7..0b47e40 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 -- cgit v1.1