mirror of
https://git.freebsd.org/ports.git
synced 2025-06-29 00:20:40 -04:00
11 lines
483 B
Text
11 lines
483 B
Text
--- Makefile.in.orig Fri Dec 9 00:53:00 2005
|
|
+++ Makefile.in Sun Jan 8 23:04:59 2006
|
|
@@ -24,7 +24,7 @@
|
|
# Default make flags - you may want to uncomment this on a multicpu machine
|
|
#MFLAGS = -j 4
|
|
DEPEND_DIRS = lib modules src servlink
|
|
-BUILD_DIRS = ${DEPEND_DIRS} tools
|
|
+BUILD_DIRS = ${DEPEND_DIRS} tools contrib messages
|
|
INSTALL_DIRS = ${BUILD_DIRS} etc doc help
|
|
CLEAN_DIRS = ${BUILD_DIRS} contrib
|
|
# Anywhere that we can make install, we obviously can rm -f Makefile
|