summaryrefslogtreecommitdiff
path: root/devel/pwlib/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'devel/pwlib/patches/patch-ad')
-rw-r--r--devel/pwlib/patches/patch-ad15
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/pwlib/patches/patch-ad b/devel/pwlib/patches/patch-ad
new file mode 100644
index 00000000000..572e6203682
--- /dev/null
+++ b/devel/pwlib/patches/patch-ad
@@ -0,0 +1,15 @@
+$NetBSD: patch-ad,v 1.1.1.1 2000/08/25 16:03:42 mjl Exp $
+
+--- Makefile.orig Wed Aug 23 23:38:10 2000
++++ Makefile Wed Aug 23 23:53:35 2000
+@@ -130,6 +130,10 @@
+ bothdepend :
+ $(foreach dir,$(SUBDIRS),$(MAKE) -C $(dir) bothdepend ;)
+
++install :
++ $(MAKE) -C src/ptlib/$(TARGETDIR) install
++ $(MAKE) -C tools/asnparser install
++
+ ptlib:
+ $(MAKE) -C src/ptlib/$(TARGETDIR) both
+