#ident	"@(#)smail/conf/os:RELEASE-3_2_0_118:freebsd,v 2.2 2004/01/09 21:17:30 woods Exp"
#
#	FreeBSD-3.x and newer

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

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

# 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"
