summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorgrant <grant>2003-04-01 03:56:40 +0000
committergrant <grant>2003-04-01 03:56:40 +0000
commitbde7f023a308e7f81e278e1a4668f82f72b49a9e (patch)
treed1783c67dd0a082fc8dfcfd3be3f124de481354c /pkgtools
parent8dc885c716dd070043532cf6a0d123cd659e0c9d (diff)
downloadpkgsrc-bde7f023a308e7f81e278e1a4668f82f72b49a9e.tar.gz
allow this to build outside pkgsrc, too.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/mtree/files/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/mtree/files/Makefile.in b/pkgtools/mtree/files/Makefile.in
index e6d8e90110c..b949d2ca74c 100644
--- a/pkgtools/mtree/files/Makefile.in
+++ b/pkgtools/mtree/files/Makefile.in
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.in,v 1.2 2003/04/01 03:48:52 grant Exp $
+# $NetBSD: Makefile.in,v 1.3 2003/04/01 03:56:40 grant Exp $
srcdir = @srcdir@
prefix = @prefix@
@@ -11,7 +11,7 @@ CFLAGS = -I$(srcdir) -I. -I$(prefix)/include/libnbcompat @INCLUDES@ @CFLAGS@
CPPFLAGS= @CPPFLAGS@
DEFS = @DEFS@
INSTALL = @INSTALL@
-LDFLAGS = @LDFLAGS@
+LDFLAGS = @LDFLAGS@ -L$(prefix)/lib
LIBS = @LIBS@ -lnbcompat
LINK= $(CCLD) $(CFLAGS) $(LDFLAGS) -o $@