summaryrefslogtreecommitdiff
path: root/pkgtools/mtree
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2003-04-01 03:56:40 +0000
committergrant <grant@pkgsrc.org>2003-04-01 03:56:40 +0000
commit07dd26070b762379cbabed9df9258ea36c3a2395 (patch)
treed1783c67dd0a082fc8dfcfd3be3f124de481354c /pkgtools/mtree
parentaebecdb1236c5147c48bbb8b3148058eac48b75e (diff)
downloadpkgsrc-07dd26070b762379cbabed9df9258ea36c3a2395.tar.gz
allow this to build outside pkgsrc, too.
Diffstat (limited to 'pkgtools/mtree')
-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 $@