mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
13 lines
283 B
Plaintext
13 lines
283 B
Plaintext
|
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
|
||
|
|