summaryrefslogtreecommitdiff
path: root/devel/a2dev/files/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'devel/a2dev/files/patch-ae')
-rw-r--r--devel/a2dev/files/patch-ae21
1 files changed, 0 insertions, 21 deletions
diff --git a/devel/a2dev/files/patch-ae b/devel/a2dev/files/patch-ae
deleted file mode 100644
index dceef93c17ba..000000000000
--- a/devel/a2dev/files/patch-ae
+++ /dev/null
@@ -1,21 +0,0 @@
---- load/Makefile.orig Sat Mar 25 21:52:37 1995
-+++ load/Makefile Tue Oct 13 21:29:06 1998
-@@ -16,15 +16,15 @@
- ### Abstract rules
- ###
-
--default: $(PROG)
-+all: $(PROG)
-
- install: installbin installman
-
- installbin: $(PROG)
-- $(INSTALL) -m 0755 $(PROG) $(INSTBIN)
-+ $(INSTALL) -c -m 0755 $(PROG) $(INSTBIN)
-
- installman: $(PROG).1
-- $(INSTALL) -m 0644 $(PROG).1 $(INSTMAN)/man1
-+ $(INSTALL) -c -m 0644 $(PROG).1 $(INSTMAN)/man1
-
- clean:
- $(RM) core *.o