summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1997-04-19 19:34:30 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1997-04-19 19:34:30 +0000
commitd730d99d6a9c4e5a6b9302731747bbac397c5899 (patch)
tree9b76d563bb96280082a10fa1013088a3b36a8a0e /share
parentaea357a6d53f479aae97e13e35bcba4b81da4608 (diff)
We use /etc/mk.conf not /etc/make.conf.
Diffstat (limited to 'share')
-rw-r--r--share/mk/bsd.port.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/share/mk/bsd.port.mk b/share/mk/bsd.port.mk
index f2444e50e55..c8c77394abf 100644
--- a/share/mk/bsd.port.mk
+++ b/share/mk/bsd.port.mk
@@ -1,6 +1,6 @@
#-*- mode: Fundamental; tab-width: 4; -*-
# ex:ts=4
-# $OpenBSD: bsd.port.mk,v 1.10 1997/01/11 11:58:11 niklas Exp $
+# $OpenBSD: bsd.port.mk,v 1.11 1997/04/19 19:34:29 millert Exp $
# $NetBSD: $
#
# bsd.port.mk - 940820 Jordan K. Hubbard.
@@ -179,9 +179,9 @@
# REQUIRES_MOTIF - Set this in your port if it requires Motif. It will be
# built only if HAVE_MOTIF is set.
# HAVE_MOTIF - If set, means system has Motif. Typically set in
-# /etc/make.conf.
+# /etc/mk.conf.
# MOTIF_STATIC - If set, link libXm statically; otherwise, link it
-# dynamically. Typically set in /etc/make.conf.
+# dynamically. Typically set in /etc/mk.conf.
# MOTIFLIB - Set automatically to appropriate value depending on
# ${MOTIF_STATIC}. Substitute references to -lXm with
# patches to make your port conform to our standards.