From 1e2b6ceece77330dde890f19b290cb8f53053aaa Mon Sep 17 00:00:00 2001 From: millert Date: Sat, 19 Apr 1997 19:34:29 +0000 Subject: [PATCH] We use /etc/mk.conf not /etc/make.conf. --- share/mk/bsd.port.mk | 6 +++--- 1 file 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. -- 2.20.1