summaryrefslogtreecommitdiff
path: root/usr.bin/systat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/systat/Makefile')
-rw-r--r--usr.bin/systat/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/systat/Makefile b/usr.bin/systat/Makefile
index a9346d4a364..37115c62ca4 100644
--- a/usr.bin/systat/Makefile
+++ b/usr.bin/systat/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 1999/12/16 04:02:22 jwise Exp $
+# $NetBSD: Makefile,v 1.21 2000/01/05 11:59:12 itojun Exp $
# @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= systat
@@ -17,4 +17,6 @@ BINMODE=2555
LINKS= ${BINDIR}/systat ${BINDIR}/sysstat
MLINKS+=systat.1 sysstat.1
+CPPFLAGS+=-DINET6
+
.include <bsd.prog.mk>