summaryrefslogtreecommitdiff
path: root/net/cap/files/patch-ab
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1996-12-01 12:08:47 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1996-12-01 12:08:47 +0000
commit05d8e5acba1c67225751e452f0863a603cb62b89 (patch)
tree347423fc8079c576af12e12de6d51da2713e4af0 /net/cap/files/patch-ab
parentUmgrade to v1.59 - the same as the GNU CD release version. (diff)
New port: the Columbia AppleTalk Package for UNIX.
Notes
Notes: svn path=/head/; revision=4743
Diffstat (limited to 'net/cap/files/patch-ab')
-rw-r--r--net/cap/files/patch-ab15
1 files changed, 15 insertions, 0 deletions
diff --git a/net/cap/files/patch-ab b/net/cap/files/patch-ab
new file mode 100644
index 000000000000..24b0abaded73
--- /dev/null
+++ b/net/cap/files/patch-ab
@@ -0,0 +1,15 @@
+--- Makefile.orig Wed Nov 13 21:19:14 1996
++++ Makefile Thu Nov 14 14:19:16 1996
+@@ -19,6 +19,12 @@
+ (cd lib/afpc; make install)
+ touch libinstall
+
++dummy-libinstall: libsmade
++ ranlib lib/cap/libcap.a
++ ranlib lib/afp/libafp.a
++ ranlib lib/afpc/libafpc.a
++ touch libinstall
++
+ programs: libinstall
+ -(cd etc; make)
+ -(cd samples; make)