Move the inclusion of bsd.own.mk to a better place.

This commit is contained in:
mycroft 1994-07-26 19:42:37 +00:00
parent 863c736e39
commit 101c02e6db
3 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: bsd.doc.mk,v 1.19 1994/06/30 05:31:11 cgd Exp $
# $NetBSD: bsd.doc.mk,v 1.20 1994/07/26 19:42:37 mycroft Exp $
# @(#)bsd.doc.mk 8.1 (Berkeley) 8/14/93
BIB?= bib
@ -52,3 +52,5 @@ BINDIR?= /usr/share/doc
BINGRP?= bin
BINOWN?= bin
BINMODE?= 444
.include <bsd.own.mk>

View File

@ -1,4 +1,4 @@
# $NetBSD: bsd.subdir.mk,v 1.7 1994/06/30 05:31:23 cgd Exp $
# $NetBSD: bsd.subdir.mk,v 1.8 1994/07/26 19:42:40 mycroft Exp $
# @(#)bsd.subdir.mk 5.9 (Berkeley) 2/1/91
.if !target(.MAIN)
@ -67,3 +67,5 @@ obj: _SUBDIRUSE
.if !target(tags)
tags: _SUBDIRUSE
.endif
.include <bsd.own.mk>

View File

@ -1,4 +1,4 @@
# $NetBSD: sys.mk,v 1.19 1994/07/06 04:12:24 mycroft Exp $
# $NetBSD: sys.mk,v 1.20 1994/07/26 19:42:42 mycroft Exp $
# @(#)sys.mk 5.11 (Berkeley) 3/13/91
unix= We run NetBSD.
@ -181,7 +181,3 @@ YACC.y= ${YACC} ${YFLAGS}
.sh:
rm -f ${.TARGET}
cp ${.IMPSRC} ${.TARGET}
# should only be done in 'bsd make' environments, i.e. where using bsd.xxx.mk
# file, but that's somewhat more difficult...
.include <bsd.own.mk>