diff options
author | assar <assar@FreeBSD.org> | 2001-06-15 00:25:44 +0000 |
---|---|---|
committer | assar <assar@FreeBSD.org> | 2001-06-15 00:25:44 +0000 |
commit | ea6e16bc20e4706c99c89ec7b7f3ab3be1791a4c (patch) | |
tree | 4c8e50bedba0b4b6d215e040dc90818e756c7c91 /usr.bin/netstat/Makefile | |
parent | 5f504c676b2624b656e970c104fbdb1b8bb95ce6 (diff) | |
download | FreeBSD-src-ea6e16bc20e4706c99c89ec7b7f3ab3be1791a4c.zip FreeBSD-src-ea6e16bc20e4706c99c89ec7b7f3ab3be1791a4c.tar.gz |
add the option -S for printing port numbers symbolically but addresses
numerically. clean up the CFLAGS in Makefile.
Diffstat (limited to 'usr.bin/netstat/Makefile')
-rw-r--r-- | usr.bin/netstat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 <bsd.prog.mk> |