remove/change missleading comments

This commit is contained in:
sjg 2000-05-03 00:10:33 +00:00
parent 89d94dac9b
commit 45fb67b360
3 changed files with 4 additions and 6 deletions

View File

@ -1,6 +1,5 @@
# $NetBSD: Makefile.inc,v 1.4 2000/05/02 06:47:23 sjg Exp $
# $NetBSD: Makefile.inc,v 1.5 2000/05/03 00:10:34 sjg Exp $
# pick up BSDSRCDIR if not already set
.include "../../Makefile.inc"
# REV is revision without dots, as in "12C"

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.145 2000/05/02 06:41:44 sjg Exp $
# $NetBSD: Makefile,v 1.146 2000/05/03 00:10:33 sjg Exp $
# from: @(#)Makefile 8.7 (Berkeley) 5/25/95
# Environment variables without default values:
@ -40,7 +40,7 @@
# stuff for this target is found in etc.${MACHINE}/Makefile.inc.
# release: a synonym for `snapshot'
# do this before bsd.own.mk so we get correct BSDSRCDIR
# do this before bsd.own.mk so we get correct SRCDIR
.include "../Makefile.inc"
# For NO_SENDMAIL and INSTPRIV and CRYPTOPATH

View File

@ -1,4 +1,4 @@
# $NetBSD: bsd.kernobj.mk,v 1.1 2000/05/02 03:43:15 sjg Exp $
# $NetBSD: bsd.kernobj.mk,v 1.2 2000/05/03 00:10:33 sjg Exp $
# KERNSRCDIR points to kernel source; it is set by default to ../sys,
# but can be overridden.
@ -13,7 +13,6 @@
# KERNCONFDIR is where the configuration files for kernels are found;
# default is ${KERNSRCDIR}/${KERNARCHDIR}/conf but can be overridden.
# we need a top level Makefile.inc to set BSDSRCDIR
KERNSRCDIR?= ${BSDSRCDIR}/sys
# just incase ${MACHINE} is not always correct
KERNARCHDIR?= arch/${MACHINE}