=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/share/mk/bsd.port.mk,v retrieving revision 1.76 retrieving revision 1.77 diff -u -r1.76 -r1.77 --- src/share/mk/bsd.port.mk 1999/03/05 16:32:49 1.76 +++ src/share/mk/bsd.port.mk 1999/03/10 23:22:19 1.77 @@ -1,6 +1,6 @@ #-*- mode: Fundamental; tab-width: 4; -*- # ex:ts=4 -# $OpenBSD: bsd.port.mk,v 1.76 1999/03/05 16:32:49 espie Exp $ +# $OpenBSD: bsd.port.mk,v 1.77 1999/03/10 23:22:19 marc Exp $ # # bsd.port.mk - 940820 Jordan K. Hubbard. # This file is in the public domain. @@ -28,7 +28,7 @@ # NEED_VERSION: we need at least this version of bsd.port.mk for this # port to build -FULL_REVISION=$$OpenBSD: bsd.port.mk,v 1.76 1999/03/05 16:32:49 espie Exp $$ +FULL_REVISION=$$OpenBSD: bsd.port.mk,v 1.77 1999/03/10 23:22:19 marc Exp $$ .if defined(NEED_VERSION) _VERSION_REVISION=${FULL_REVISION:M[0-9]*.*} @@ -558,6 +558,11 @@ PREFERRED_CIPHERS?= ${CIPHERS} PORTPATH?= /usr/bin:/bin:/usr/sbin:/sbin:${LOCALBASE}/bin:${X11BASE}/bin + +# Add any COPTS to CFLAGS. Note: programs that use imake do not +# use CFLAGS! Also, many (most?) ports hard code CFLAGS, ignoring +# what we pass in. +CFLAGS+= ${COPTS} MAKE_FLAGS?= -f MAKEFILE?= Makefile