I will reinstall my FreeBSD Server and test it with 1.0.0 again.
Please give me some time.
Code:
[root@testbsd ~/ispcp-omega-1.0.0]# make Makefile.fbsd install
"BSDmakefile", line 39: Malformed conditional ($(OSTYPE)==FreeBSD)
"BSDmakefile", line 41: if-less else
"Makefile.inc", line 32: Need an operator
"Makefile.inc", line 34: Need an operator
"BSDmakefile", line 43: if-less endif
make: fatal errors encountered -- cannot continue
[root@testbsd ~/ispcp-omega-1.0.0]#
Then I remove this lines in all BSDmakefile's :
#.ifdef $(OSTYPE)==FreeBSD
.include <Makefile.fbsd>
#.else
#.include <Makefile.inc>
#.endif
and all compile ok. That right compile I hope??? no was errors
Use BSDmakefile not Makefile.fbsd, Makefile.fbsd is used for customized variable
Greez BeNe