mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
12 lines
172 B
Makefile
12 lines
172 B
Makefile
--- 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 *~
|