mirror of
https://git.freebsd.org/ports.git
synced 2025-06-16 18:20:33 -04:00
11 lines
172 B
Text
11 lines
172 B
Text
--- Makefile.in.orig 2003-04-04 20:41:30 UTC
|
|
+++ Makefile.in
|
|
@@ -3,6 +3,8 @@ DESTDIR =
|
|
default:
|
|
cd src ; make
|
|
|
|
+all: default
|
|
+
|
|
clean:
|
|
cd src ; make clean
|
|
rm -f *~
|