Module Name: src
Committed By: joerg
Date: Fri Oct 30 17:18:51 UTC 2009
Modified Files:
src/tools/mandoc: Makefile
Log Message:
Need to provide NOMAN explicitly before bsd.own.mk.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tools/mandoc/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/mandoc/Makefile
diff -u src/tools/mandoc/Makefile:1.2 src/tools/mandoc/Makefile:1.3
--- src/tools/mandoc/Makefile:1.2 Mon Oct 26 21:17:19 2009
+++ src/tools/mandoc/Makefile Fri Oct 30 17:18:51 2009
@@ -1,8 +1,10 @@
-# $NetBSD: Makefile,v 1.2 2009/10/26 21:17:19 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2009/10/30 17:18:51 joerg Exp $
HOSTPROGNAME= ${_TOOL_PREFIX}mandoc
HOST_SRCDIR= external/bsd/mdocml/bin/mandoc
+NOMAN= # defined
+
.include <bsd.own.mk>
NETBSD_MINOR!= ${HOST_SH} ${NETBSDSRCDIR}/sys/conf/osrelease.sh -n