Module Name: src
Committed By: dholland
Date: Sat Jul 5 22:31:33 UTC 2014
Modified Files:
src/lib/libcurses: Makefile
Log Message:
Remove stray .if make(insatll).
I would really like to know why this didn't fail the clean build I ran
last night.
To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 src/lib/libcurses/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libcurses/Makefile
diff -u src/lib/libcurses/Makefile:1.70 src/lib/libcurses/Makefile:1.71
--- src/lib/libcurses/Makefile:1.70 Fri Jun 13 01:17:45 2014
+++ src/lib/libcurses/Makefile Sat Jul 5 22:31:32 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.70 2014/06/13 01:17:45 mrg Exp $
+# $NetBSD: Makefile,v 1.71 2014/07/05 22:31:32 dholland Exp $
# @(#)Makefile 8.2 (Berkeley) 1/2/94
.include <bsd.own.mk>
@@ -176,9 +176,7 @@ MLINKS+= curses_addch.3 addch.3 curses_a
curses_touch.3 wtouchln.3 curses_underscore.3 wunderend.3 \
curses_underscore.3 wunderscore.3 curses_line.3 wvline.3
-.if make(install)
SUBDIR+= PSD.doc
-.endif
fileio.h: shlib_version genfileioh.awk
${TOOL_AWK} -f ${.CURDIR}/genfileioh.awk < ${.CURDIR}/shlib_version > ${.CURDIR}/fileio.h