summaryrefslogtreecommitdiff
path: root/lang/pdss/files/patch-pimos_utl:Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/pdss/files/patch-pimos_utl:Makefile')
-rw-r--r--lang/pdss/files/patch-pimos_utl:Makefile29
1 files changed, 0 insertions, 29 deletions
diff --git a/lang/pdss/files/patch-pimos_utl:Makefile b/lang/pdss/files/patch-pimos_utl:Makefile
deleted file mode 100644
index f9b4d8ab7697..000000000000
--- a/lang/pdss/files/patch-pimos_utl:Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-Index: pimos_utl/Makefile
-===================================================================
-RCS file: /ext/cvs/PDSS/pimos_utl/Makefile,v
-retrieving revision 1.1.1.1
-diff -u -u -r1.1.1.1 Makefile
---- pimos_utl/Makefile 11 Jun 2002 16:11:13 -0000 1.1.1.1
-+++ pimos_utl/Makefile 12 Dec 2002 01:46:18 -0000
-@@ -1,3 +1,6 @@
-+PUTILDIR = ${PDSSROOT}/pimos_utl
-+PUTILSRCDIR = ${PDSSSHARE}/pimos_utl
-+
- PDSSCMP = ../pdsscmp
- PDSSASM = ../emulator/pdssasm
- PARA =
-@@ -6,9 +9,13 @@
- keyed_bag.sav keyed_sorted_bag.sav multiply_keyed_bag.sav\
- pool.sav queue.sav stack.sav quick_sort.sav pimos_utility_error.sav
-
--all: $(PARA) $(PUTIL)
-+all: $(PARA)
-
- install:
-+ ${BSD_INSTALL_DIR} ${PUTILDIR}
-+ ${BSD_INSTALL_SCRIPT} ${PUTIL} ${PUTILDIR}
-+ ${BSD_INSTALL_DIR} ${PUTILSRCDIR}
-+ ${BSD_INSTALL_DATA} *.kl1 ${PUTILSRCDIR}
-
- clean:
-