diff options
| author | Yoshinobu Inoue <shin@FreeBSD.org> | 1999-12-15 05:13:22 +0000 |
|---|---|---|
| committer | Yoshinobu Inoue <shin@FreeBSD.org> | 1999-12-15 05:13:22 +0000 |
| commit | 57a40e9ee79770142542e3b7acd96efa030a5fa3 (patch) | |
| tree | b538c6aab55c5bfc763e89de9665c50d58bf1375 /usr.bin | |
| parent | e3c439119a3318896f633cc284e9e654c3b7fe28 (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -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 78e80c77bb49..ad7d8243621e 100644 --- a/usr.bin/netstat/Makefile +++ b/usr.bin/netstat/Makefile @@ -12,6 +12,6 @@ BINGRP= kmem BINMODE=2555 DPADD= ${LIBKVM} ${LIBIPX} ${LIBNETGRAPH} LDADD= -lkvm -lipx -lnetgraph -#CFLAGS+= -DINET6 +CFLAGS+= -DINET6 .include <bsd.prog.mk> |
