Remove stray .if make(insatll).
I would really like to know why this didn't fail the clean build I ran last night.
This commit is contained in:
parent
a65ff1afdf
commit
efe0bd4dbe
@ -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_addchstr.3 addchnstr.3 \
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user