1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/devel/a2dev/files/patch-ab
Julian Elischer 3ce6522991 Submitted by: archie Cobbs (archie@whistle.com)
Apple ][ assembler and linker written by archie in the dark ages.
1998-07-01 19:13:37 +00:00

13 lines
335 B
Plaintext

diff -ur a2dev-1.2.orig/Makefile a2dev-1.2/Makefile
--- a2dev-1.2.orig/Makefile Sun Mar 26 06:08:22 1995
+++ a2dev-1.2/Makefile Wed Jul 1 18:27:21 1998
@@ -13,7 +13,7 @@
include Make.defs
-GENERIC = default install clean distclean
+GENERIC = all default install clean distclean
SUBDIRS = util asm link load objx test
###