Add BSD_PKG_MK=1 to bsd.prefs.mk, and clarify it's usage (comment) a bit,

pointed out by Alistair Crooks and Johnny Lam.
This commit is contained in:
hubertf 1998-11-26 23:39:15 +00:00
parent 0fb889c65d
commit 273e4f158f
2 changed files with 8 additions and 3 deletions

View file

@ -1,4 +1,4 @@
# $NetBSD: bsd.pkg.mk,v 1.197 1998/11/26 06:40:15 hubertf Exp $
# $NetBSD: bsd.pkg.mk,v 1.198 1998/11/26 23:39:15 hubertf Exp $
#
# This file is in the public domain.
#
@ -17,7 +17,8 @@
# NEVER override the "regular" targets unless you want to open
# a major can of worms.
# Let people know what's going on
# Let people know this is bsd.pkg.mk, so they can set up their
# /etc/mk.conf accordingly
BSD_PKG_MK=1
# Get the operating system type

View file

@ -1,10 +1,14 @@
# $NetBSD: bsd.prefs.mk,v 1.3 1998/08/19 16:23:40 tv Exp $
# $NetBSD: bsd.prefs.mk,v 1.4 1998/11/26 23:39:15 hubertf Exp $
#
# Make file, included to get the site preferences, if any. Should
# only be included by package Makefiles before any .if defined()
# statements, to make sure any variables defined in /etc/mk.conf or
# $MAKECONF are used.
# Let people know this is bsd.pkg.mk, so they can set up their
# /etc/mk.conf accordingly
BSD_PKG_MK=1
.if !defined(OPSYS)
OPSYS!= /usr/bin/uname -s
.endif