Re-add other folks' changes that I accidently reverted when I did my

build system changes commit.
This commit is contained in:
cjs 1997-05-27 17:45:57 +00:00
parent f66891a189
commit 2fc3406301
2 changed files with 7 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: bsd.lib.mk,v 1.108 1997/05/26 03:58:18 cjs Exp $
# $NetBSD: bsd.lib.mk,v 1.109 1997/05/27 17:45:57 cjs Exp $
# @(#)bsd.lib.mk 8.3 (Berkeley) 4/22/94
.if exists(${.CURDIR}/../Makefile.inc)
@ -348,9 +348,9 @@ ${DESTDIR}${LINTLIBDIR}/llib-l${LIB}.ln: llib-l${LIB}.ln
.endif
.include <bsd.obj.mk>
.include <bsd.links.mk>
.include <bsd.files.mk>
.include <bsd.inc.mk>
.include <bsd.links.mk>
.include <bsd.dep.mk>
.include <bsd.subdir.mk>
.include <bsd.sys.mk>

View File

@ -1,4 +1,4 @@
# $NetBSD: bsd.subdir.mk,v 1.22 1997/05/26 03:59:03 cjs Exp $
# $NetBSD: bsd.subdir.mk,v 1.23 1997/05/27 17:45:59 cjs Exp $
# @(#)bsd.subdir.mk 8.1 (Berkeley) 6/8/93
.include <bsd.own.mk>
@ -46,4 +46,8 @@ ${dir}: all-${dir}
${targ}: _SUBDIRUSE
.endfor
.if defined(SUBDIR) && !empty(SUBDIR)
realinstall: ${SUBDIR:S/^/install-/g}
.endif
.include <bsd.own.mk>