We use /etc/mk.conf not /etc/make.conf.
authormillert <millert@openbsd.org>
Sat, 19 Apr 1997 19:34:29 +0000 (19:34 +0000)
committermillert <millert@openbsd.org>
Sat, 19 Apr 1997 19:34:29 +0000 (19:34 +0000)
share/mk/bsd.port.mk

index f2444e5..c8c7739 100644 (file)
@@ -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.
 # 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.