summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.mk
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2003-03-04 14:50:09 +0000
committerseb <seb@pkgsrc.org>2003-03-04 14:50:09 +0000
commit89dce5e7f1a34dcb06e3e0a277f711eeff1713c5 (patch)
tree20ff8b85eea6cd8cf1dfe978609c7a6633894bda /mk/bsd.pkg.mk
parent347d0c5655b1558c5e84a47b8ff5d1054569f2dc (diff)
downloadpkgsrc-89dce5e7f1a34dcb06e3e0a277f711eeff1713c5.tar.gz
Move M4 default definition into the defs.$OPSYS.mk files: unconditionally
set it to /usr/bin/m4 for everyone, at least for now.
Diffstat (limited to 'mk/bsd.pkg.mk')
-rw-r--r--mk/bsd.pkg.mk6
1 files changed, 1 insertions, 5 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index 6cb7c976d0c..d2d00bcc8ee 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.1149 2003/03/03 19:41:27 seb Exp $
+# $NetBSD: bsd.pkg.mk,v 1.1150 2003/03/04 14:50:09 seb Exp $
#
# This file is in the public domain.
#
@@ -269,10 +269,6 @@ SHCOMMENT?= ${ECHO_MSG} >/dev/null '***'
DISTINFO_FILE?= ${.CURDIR}/distinfo
-.if exists(/usr/bin/m4)
-M4?= /usr/bin/m4
-.endif
-
.if defined(USE_X11)
X11_LDFLAGS= # empty
. if ${_USE_RPATH} == "yes"