Quote:[root@ispcp /usr/home/marcon]# uname -a
FreeBSD ispcp.interdon.net 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Wed Oct 27 16:46:56 EEST 2010 root@web:/usr/obj/usr/src/sys/MYKERNEL i386
[root@ispcp /usr/home/marcon]# echo $OSTYPE
freebsd8.1
[root@ispcp /usr/home/marcon]#
Is my system
Quote:Or just change it in the BSDMakefile:
Code:
....
.ifdef $(OSTYPE)==FreeBSD
.include <Makefile.fbsd>
...
Greez BeNe
Yes. But in this case need to change all makefiles(except one or two).
Update.
I now have fresh install of 8.1 on virtualbox machine and what i found: fresh installation with default shell is sh has variable OSTYPE=FreeBSD, but when i'm install bash and change my default shell to bash, variable OSTYPE changed to freebsd8.1