Module Name: src
Committed By: riastradh
Date: Sun Jan 27 19:21:12 UTC 2013
Modified Files:
src/tools/ctfconvert: Makefile
src/tools/ctfmerge: Makefile
Log Message:
Set NOMAN before including <bsd.own.mk> to really fix PR 47500.
(Hi, christos.)
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tools/ctfconvert/Makefile
cvs rdiff -u -r1.3 -r1.4 src/tools/ctfmerge/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tools/ctfconvert/Makefile
diff -u src/tools/ctfconvert/Makefile:1.3 src/tools/ctfconvert/Makefile:1.4
--- src/tools/ctfconvert/Makefile:1.3 Thu Jan 24 13:35:52 2013
+++ src/tools/ctfconvert/Makefile Sun Jan 27 19:21:12 2013
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.3 2013/01/24 13:35:52 christos Exp $
-
-.include <bsd.own.mk>
+# $NetBSD: Makefile,v 1.4 2013/01/27 19:21:12 riastradh Exp $
NOMAN= # defined
+.include <bsd.own.mk>
+
HOSTPROGNAME= ${_TOOL_PREFIX}ctfconvert
HOST_SRCDIR= external/cddl/osnet/usr.bin/ctfconvert
#HOST_SRCS= alist.c \
Index: src/tools/ctfmerge/Makefile
diff -u src/tools/ctfmerge/Makefile:1.3 src/tools/ctfmerge/Makefile:1.4
--- src/tools/ctfmerge/Makefile:1.3 Thu Jan 24 13:35:52 2013
+++ src/tools/ctfmerge/Makefile Sun Jan 27 19:21:12 2013
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.3 2013/01/24 13:35:52 christos Exp $
-
-.include <bsd.own.mk>
+# $NetBSD: Makefile,v 1.4 2013/01/27 19:21:12 riastradh Exp $
NOMAN= # defined
+.include <bsd.own.mk>
+
HOSTPROGNAME= ${_TOOL_PREFIX}ctfmerge
HOST_SRCDIR= external/cddl/osnet/usr.bin/ctfmerge