3fe9e09bf3
of TIS fwtk and maintains API backwards compatibility. The design goal is to make it simple yet powerful; no performance hacks allowed in the code and library dependencies are reduced to minimum. WWW: http://sourceforge.net/projects/openfwtk PR: ports/117194 Submitted by: Anton Karpov <toxa at toxahost.ru>
10 lines
348 B
Text
10 lines
348 B
Text
--- Makefile.config.orig 2007-10-12 02:30:32.000000000 +0400
|
|
+++ Makefile.config 2007-10-12 02:30:52.000000000 +0400
|
|
@@ -1,6 +1,6 @@
|
|
# Define here one of the supported OS-es:
|
|
# Linux, FreeBSD, OpenBSD, Solaris, Solaris64, HP-UX, MacOSX
|
|
-OSTYPE = Linux
|
|
+OSTYPE = FreeBSD
|
|
|
|
include $(GMKPATH)/configs/$(OSTYPE)
|
|
include $(GMKPATH)/Makefile.common
|