#ident	"@(#)smail/conf/os:RELEASE-3_2_0_116:openbsd,v 2.2 2004/01/09 21:17:30 woods Exp"
#
# OpenBSD - 4.4BSD-Lite like thing derived from NetBSD

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

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

# I dont' know when setusercontext() et al was introduced to OpenBSD
HAVE=$HAVE:SETUSERCONTEXT:LOGIN_CAP_H

# OSLIBS - name any object libraries containing routines we will need
#
# override the bsd4.4 setting as OpenBSD has no libcrypt.
#
OSLIBS=''
#
# setusercontext() is in libutil
#
OSLIBS="$OSLIBS -lutil"
