Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/bin/sh remove .if make(install)



details:   https://anonhg.NetBSD.org/src/rev/e1bd80a25e98
branches:  trunk
changeset: 330347:e1bd80a25e98
user:      dholland <dholland%NetBSD.org@localhost>
date:      Sat Jul 05 23:13:41 2014 +0000

description:
remove .if make(install)

diffstat:

 bin/sh/Makefile |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r db0357ff4bdd -r e1bd80a25e98 bin/sh/Makefile
--- a/bin/sh/Makefile   Sat Jul 05 23:12:33 2014 +0000
+++ b/bin/sh/Makefile   Sat Jul 05 23:13:41 2014 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index