$FabBSD$ --- build/config.guess.orig Sat Apr 25 19:42:36 2009 +++ build/config.guess Sat Apr 25 19:42:43 2009 @@ -216,6 +216,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE *:MirBSD:*:*) echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE} exit ;; + *:FabBSD:*:*) + echo ${UNAME_MACHINE}-unknown-fabbsd${UNAME_RELEASE} + exit ;; alpha:OSF1:*:*) case $UNAME_RELEASE in *4.0)