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-ac | |
| 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-ac')
| -rw-r--r-- | devel/a2dev/files/patch-ac | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/a2dev/files/patch-ac b/devel/a2dev/files/patch-ac new file mode 100644 index 000000000000..105e8fa51ade --- /dev/null +++ b/devel/a2dev/files/patch-ac @@ -0,0 +1,12 @@ +diff -ur a2dev-1.2.orig/asm/Makefile a2dev-1.2/asm/Makefile +--- a2dev-1.2.orig/asm/Makefile Sun Mar 26 03:52:23 1995 ++++ a2dev-1.2/asm/Makefile Wed Jul 1 18:23:11 1998 +@@ -25,7 +25,7 @@ + ### Abstract rules + ### + +-default: $(PROG) ++all: $(PROG) + + install: installbin installman + |
