mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
3ce6522991
Apple ][ assembler and linker written by archie in the dark ages.
13 lines
287 B
Plaintext
13 lines
287 B
Plaintext
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
|
|
|