mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
12 lines
222 B
Plaintext
12 lines
222 B
Plaintext
|
--- ./Makefile.org Fri Dec 15 01:30:07 1989
|
||
|
+++ ./Makefile Wed Feb 7 20:39:53 1996
|
||
|
@@ -13,3 +13,8 @@
|
||
|
done
|
||
|
|
||
|
default: all
|
||
|
+
|
||
|
+install:
|
||
|
+ for i in ${DIRS} ; do \
|
||
|
+ cd $$i ; make MFLAGS="${MFLAGS}" $@ ; cd .. ; \
|
||
|
+ done
|