Add target used when importing INSTALL.more to sysinst images.
This commit is contained in:
parent
6f951a52eb
commit
22939f25dd
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.inc,v 1.4 1999/03/06 11:31:51 drochner Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.5 1999/04/29 19:03:03 ross Exp $
|
||||
|
||||
# Ross Harvey <ross@netbsd.org>
|
||||
|
||||
|
@ -50,6 +50,9 @@ ${TARG}.more: ${SRCS}
|
|||
echosrcs! ${SRCS}
|
||||
@echo ${.ALLSRC}
|
||||
|
||||
echomore!
|
||||
@echo ${.OBJDIR}/${TARG}.more
|
||||
|
||||
.PATH: ${.CURDIR}/../common
|
||||
|
||||
# make the "afterdepend" rule happy
|
||||
|
|
Loading…
Reference in New Issue