diff options
author | Julian Elischer <julian@FreeBSD.org> | 1998-07-01 19:13:37 +0000 |
---|---|---|
committer | Julian Elischer <julian@FreeBSD.org> | 1998-07-01 19:13:37 +0000 |
commit | 3ce6522991cbd672234db37581c81019fa9330f9 (patch) | |
tree | 4a4d08e31f601b5020751f730b194a8947500912 /devel/a2dev/files/patch-af | |
parent | Enable sis, a new circuit emulator port. (diff) |
Submitted by: archie Cobbs (archie@whistle.com)
Apple ][ assembler and linker written by archie in the dark ages.
Notes
Notes:
svn path=/head/; revision=11642
Diffstat (limited to 'devel/a2dev/files/patch-af')
-rw-r--r-- | devel/a2dev/files/patch-af | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/a2dev/files/patch-af b/devel/a2dev/files/patch-af new file mode 100644 index 000000000000..996e0f71494d --- /dev/null +++ b/devel/a2dev/files/patch-af @@ -0,0 +1,12 @@ +diff -ur a2dev-1.2.orig/objx/Makefile a2dev-1.2/objx/Makefile +--- a2dev-1.2.orig/objx/Makefile Sun Mar 26 03:52:54 1995 ++++ a2dev-1.2/objx/Makefile Wed Jul 1 18:23:27 1998 +@@ -16,7 +16,7 @@ + ### Abstract rules + ### + +-default: $(PROG) ++all: $(PROG) + + install: installbin installman + |