Module Name: src
Committed By: christos
Date: Sat Mar 16 22:32:50 UTC 2013
Modified Files:
src/tools/binstall: Makefile
Log Message:
no man pages for tools build.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/tools/binstall/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/binstall/Makefile
diff -u src/tools/binstall/Makefile:1.10 src/tools/binstall/Makefile:1.11
--- src/tools/binstall/Makefile:1.10 Fri Mar 15 22:51:25 2013
+++ src/tools/binstall/Makefile Sat Mar 16 18:32:50 2013
@@ -1,5 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2013/03/16 02:51:25 christos Exp $
+# $NetBSD: Makefile,v 1.11 2013/03/16 22:32:50 christos Exp $
+NOMAN=
.include <bsd.own.mk>
HOSTPROGNAME= ${MACHINE_GNU_PLATFORM}-install
@@ -11,7 +12,6 @@ CPPFLAGS+= -DTARGET_STRIP=\"${STRIP}\"
# from ${TOOLDIR}.
NOCOMPATLIB=
-
# Use uninstalled copy of host-mkdep
HOST_MKDEP_OBJ!= cd ${.CURDIR}/../host-mkdep && ${PRINTOBJDIR}
HOST_MKDEP= ${HOST_MKDEP_OBJ}/host-mkdep