Module Name: src
Committed By: mrg
Date: Thu Dec 29 23:42:39 UTC 2016
Modified Files:
src/compat: exec.mk
src/usr.bin/vmstat: Makefile
Log Message:
build vmstat as n64 on mips64. only kernel histories and hash stats
need to be fixed fot this to be reverted.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/compat/exec.mk
cvs rdiff -u -r1.33 -r1.34 src/usr.bin/vmstat/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/compat/exec.mk
diff -u src/compat/exec.mk:1.1 src/compat/exec.mk:1.2
--- src/compat/exec.mk:1.1 Fri Dec 23 10:19:57 2016
+++ src/compat/exec.mk Thu Dec 29 23:42:38 2016
@@ -1,4 +1,4 @@
-# $NetBSD: exec.mk,v 1.1 2016/12/23 10:19:57 mrg Exp $
+# $NetBSD: exec.mk,v 1.2 2016/12/29 23:42:38 mrg Exp $
# this makefile fragment can be included to modify the default
# ABI a program is compiled with. this is designed to be used
@@ -12,6 +12,7 @@
# usr.bin/netstat/Makefile
# usr.bin/pmap/Makefile
# usr.bin/systat/Makefile
+# usr.bin/vmstat/Makefile
# usr.sbin/crash/Makefile
# usr.sbin/kgmon/Makefile
# usr.sbin/pstat/Makefile
Index: src/usr.bin/vmstat/Makefile
diff -u src/usr.bin/vmstat/Makefile:1.33 src/usr.bin/vmstat/Makefile:1.34
--- src/usr.bin/vmstat/Makefile:1.33 Sun Mar 6 18:01:28 2016
+++ src/usr.bin/vmstat/Makefile Thu Dec 29 23:42:39 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2016/03/06 18:01:28 christos Exp $
+# $NetBSD: Makefile,v 1.34 2016/12/29 23:42:39 mrg Exp $
# @(#)Makefile 8.1 (Berkeley) 6/6/93
.include <bsd.own.mk>
@@ -19,4 +19,6 @@ COPTS.vmstat.c += -Wno-format-nonliteral
# sparc64 is broken!
COPTS.vmstat.c += -Wno-error=stack-protector
+.include "../../compat/exec.mk"
+
.include <bsd.prog.mk>