Module Name: src
Committed By: dholland
Date: Sat Jul 5 23:12:33 UTC 2014
Modified Files:
src/bin/csh: Makefile
Log Message:
remove .if make(install)
these are seriously bad juju
To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/bin/csh/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/bin/csh/Makefile
diff -u src/bin/csh/Makefile:1.40 src/bin/csh/Makefile:1.41
--- src/bin/csh/Makefile:1.40 Fri Jun 13 01:17:45 2014
+++ src/bin/csh/Makefile Sat Jul 5 23:12:33 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2014/06/13 01:17:45 mrg Exp $
+# $NetBSD: Makefile,v 1.41 2014/07/05 23:12:33 dholland Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
#
# C Shell with process control; VM/UNIX VAX Makefile
@@ -52,9 +52,7 @@ const.h: const.c
${TOOL_SED} -e 's/Char \([a-zA-Z0-9_]*\)\(.*\)/extern Char \1[];/' | \
sort >> ${.TARGET}
-.if make(install)
SUBDIR+=USD.doc
-.endif
COPTS.err.c = -Wno-format-nonliteral
COPTS.printf.c = -Wno-format-nonliteral