blob: 35be84ca68204612c22b04d9b2a6932a4baad3b9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
*** make.config.orig Tue Jul 4 13:02:19 2006
--- make.config Thu Apr 12 16:20:41 2007
***************
*** 78,83 ****
--- 78,90 ----
endif
#end Linux
+ # FreeBSD
+ ifeq "FreeBSD" "$(OS)"
+ ADAPTORS ?= CGI Apache
+ APXS ?= /usr/local/sbin/apxs
+ endif
+ #end FreeBSD
+
# If you are building NSAPI uncomment this and specify where Netscape is installed.
# This is typically /opt/netscape/suitespot
# NS_ROOT =
|