Don't use _SUBDIRUSE outside of bsd.subdir.mk.

This commit is contained in:
mycroft 1997-05-07 17:28:47 +00:00
parent b81d43c325
commit 84bca5d679
9 changed files with 8 additions and 28 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.6 1997/05/04 01:53:01 mjacob Exp $
# $NetBSD: Makefile,v 1.7 1997/05/07 17:28:47 mycroft Exp $
# Makefile for alpha tags file and boot blocks
@ -29,8 +29,6 @@ links:
-for i in ${DALPHA}; do \
cd $$i && rm -f tags; ln -s ../tags tags; done
obj: _SUBDIRUSE
.include <bsd.prog.mk>
FRC:

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.1 1996/01/31 23:14:53 mark Exp $
# $NetBSD: Makefile,v 1.2 1997/05/07 17:28:52 mycroft Exp $
# @(#)Makefile 7.3 (Berkeley) 6/9/91
# Makefile for arm32 tags file and boot blocks
@ -27,6 +27,4 @@ links:
-for i in ${DARM32}; do \
cd $$i && rm -f tags; ln -s ../tags tags; done
obj: _SUBDIRUSE
.include <bsd.prog.mk>

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.5 1995/08/04 07:40:31 thorpej Exp $
# $NetBSD: Makefile,v 1.6 1997/05/07 17:28:55 mycroft Exp $
# @(#)Makefile 7.3 (Berkeley) 6/9/91
@ -28,6 +28,4 @@ links:
-for i in ${DHP300}; do \
cd $$i && rm -f tags; ln -s ../tags tags; done
obj: _SUBDIRUSE
.include <bsd.prog.mk>

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.8 1994/10/27 04:14:23 cgd Exp $
# $NetBSD: Makefile,v 1.9 1997/05/07 17:28:57 mycroft Exp $
# @(#)Makefile 7.3 (Berkeley) 6/9/91
# Makefile for i386 tags file and boot blocks
@ -26,6 +26,4 @@ links:
-for i in ${DI386}; do \
cd $$i && rm -f tags; ln -s ../tags tags; done
obj: _SUBDIRUSE
.include <bsd.prog.mk>

View File

@ -3,6 +3,4 @@ NOMAN= noman
SUBDIR= stand
obj: _SUBDIRUSE
.include <bsd.prog.mk>

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.5 1996/09/29 23:55:05 jonathan Exp $
# $NetBSD: Makefile,v 1.6 1997/05/07 17:29:00 mycroft Exp $
# @(#)Makefile 7.3 (Berkeley) 6/9/91
# Makefile for pmax tags file and boot blocks
@ -30,6 +30,4 @@ links:
-for i in ${DPMAX}; do \
cd $$i && rm -f tags; ln -s ../tags tags; done
obj: _SUBDIRUSE
.include <bsd.prog.mk>

View File

@ -3,6 +3,4 @@ NOMAN= noman
SUBDIR= stand
obj: _SUBDIRUSE
.include <bsd.prog.mk>

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.13 1997/01/24 01:18:22 pk Exp $
# $NetBSD: Makefile,v 1.14 1997/05/07 17:29:05 mycroft Exp $
SUBDIR= boot bootxx installboot
@ -7,7 +7,7 @@ SUBDIR= boot bootxx installboot
.include "$S/lib/libsa/Makefile.inc"
.include "$S/lib/libkern/Makefile.inc"
all: ${SALIB} ${KERNLIB} _SUBDIRUSE
all: ${SALIB} ${KERNLIB}
libdep:
@echo ${SALIB} ${KERNLIB}
@ -21,10 +21,6 @@ kernlibdir:
salibdir:
@echo ${SADST}
clean: _SUBDIRUSE
cleandir: _SUBDIRUSE
BINDIR=/usr/mdec
afterinstall:

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.1.1.1 1996/05/05 12:17:03 oki Exp $
# $NetBSD: Makefile,v 1.2 1997/05/07 17:29:07 mycroft Exp $
# @(#)Makefile 7.3 (Berkeley) 6/9/91
@ -35,6 +35,4 @@ links:
-for i in ${DX68K}; do \
cd ../$$i && rm -f tags TAGS; ln -s ../tags ../TAGS .; done
obj: _SUBDIRUSE
.include <bsd.prog.mk>