# -*-sh-*-
#ident	"@(#)smail/conf/os:RELEASE-3_2_0_121:freebsd,v 2.4 2005/10/28 17:26:41 woods Exp"
#
#	FreeBSD-3.x and newer

. $ROOT/conf/os/bsd4.4-lite

# OSNAMES - Names defining this operating system
OSNAMES="FREEBSD:$OSNAMES"

# FreeBSD has always had Taylor UUCP, which is command-line compatible
# with HDB UUCP, at least as far as Smail cares (uux has -g and -a).
HAVE=$HAVE:HDB_UUCP

# setusercontext() et al may have been in FreeBSD prior to 3.x
HAVE=$HAVE:SETUSERCONTEXT:LOGIN_CAP_H

# FreeBSD-3.3 (at least) does not have -lresolv!!!!
#
OSLIBS='-lcrypt'
#
# setusercontext() is in libutil
#
OSLIBS="$OSLIBS -lutil"
