Module Name:    src
Committed By:   dholland
Date:           Sat Jul  5 23:13:41 UTC 2014

Modified Files:
        src/bin/sh: Makefile

Log Message:
remove .if make(install)


To generate a diff of this commit:
cvs rdiff -u -r1.99 -r1.100 src/bin/sh/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/sh/Makefile
diff -u src/bin/sh/Makefile:1.99 src/bin/sh/Makefile:1.100
--- src/bin/sh/Makefile:1.99	Sun Dec  2 12:55:27 2012
+++ src/bin/sh/Makefile	Sat Jul  5 23:13:41 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.99 2012/12/02 12:55:27 apb Exp $
+#	$NetBSD: Makefile,v 1.100 2014/07/05 23:13:41 dholland Exp $
 #	@(#)Makefile	8.4 (Berkeley) 5/5/95
 
 .include <bsd.own.mk>
@@ -77,9 +77,7 @@ nodes.c nodes.h: mknodes.sh nodetypes no
 NBCOMPATLIB=   -L${TOOLDIR}/lib -lnbcompat
 .endif
 
-.if make(install)
 SUBDIR+=USD.doc
-.endif
 
 COPTS.printf.c = -Wno-format-nonliteral
 COPTS.jobs.c = -Wno-format-nonliteral

Reply via email to