$FabBSD$ --- dist/config.guess.orig Sat Apr 25 18:01:17 2009 +++ dist/config.guess Sat Apr 25 18:01:26 2009 @@ -217,6 +217,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)