summaryrefslogtreecommitdiff
path: root/bootstrap/mods
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-08-23 03:44:34 +0000
committerjlam <jlam@pkgsrc.org>2004-08-23 03:44:34 +0000
commitf79acda48d43e57f5bf9c5890c0fd96fe26d6910 (patch)
tree40459e0078ac1500d96a808829be7d1c45a1997e /bootstrap/mods
parentf8dd9611442914c779dc2594d00f2334eb959510 (diff)
downloadpkgsrc-f79acda48d43e57f5bf9c5890c0fd96fe26d6910.tar.gz
* Modify bmake to use libnbcompat to ensure that a regex implementation
exists. * nbsed-20040821 requires libnbcompat, so make the appropriate adjustments to the build to use it. * If nbsed is built during bootstrap, then use it as the sed for pkg_install so that the correct program is embedded into the pkg_view and linkfarm scripts. * We don't need bmake to build any of the bootstrap packages, so just call out to the system make.
Diffstat (limited to 'bootstrap/mods')
-rw-r--r--bootstrap/mods/bmake/Makefile.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/bootstrap/mods/bmake/Makefile.in b/bootstrap/mods/bmake/Makefile.in
index 8e62d8c6672..ab28fa158f9 100644
--- a/bootstrap/mods/bmake/Makefile.in
+++ b/bootstrap/mods/bmake/Makefile.in
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile.in,v 1.1.1.1 2004/03/11 13:03:59 grant Exp $
+# $NetBSD: Makefile.in,v 1.2 2004/08/23 03:44:34 jlam Exp $
# @(#)Makefile 5.2 (Berkeley) 12/28/90
-# $Id: Makefile.in,v 1.1.1.1 2004/03/11 13:03:59 grant Exp $
+# $Id: Makefile.in,v 1.2 2004/08/23 03:44:34 jlam Exp $
# you can use this Makefile if you have an earlier version of bmake.
prefix= @prefix@
@@ -14,7 +14,9 @@ MACHINE_ARCH=@machine_arch@
CFLAGS+= -I. -I${srcdir} @DEFS@ @CPPFLAGS@ ${XDEFS} ${CFLAGS_${.TARGET:T}}
CFLAGS_main.o= "-DMAKE_VERSION=\"${MAKE_VERSION}\""
+LDFLAGS= @LDFLAGS@
LIBOBJS= @LIBOBJS@
+LDADD= @LIBS@
PROG= bmake
SRCS= arch.c buf.c compat.c cond.c dir.c for.c hash.c job.c main.c \