mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 12:10:31 -04:00
14 lines
354 B
Text
14 lines
354 B
Text
--- Makefile.in.orig Sun Apr 22 03:09:12 2001
|
|
+++ Makefile.in Wed Dec 19 20:38:06 2001
|
|
@@ -24,7 +24,11 @@
|
|
|
|
targets = $(LTLIBRARY_NAME) $(PHP_PROGRAM)
|
|
|
|
+.if defined(STANDALONE)
|
|
+install_targets = install-sapi
|
|
+.else
|
|
install_targets = install-sapi install-modules
|
|
+.endif
|
|
|
|
include $(top_srcdir)/build/rules.mk
|
|
include $(top_srcdir)/build/library.mk
|