# -*-sh-*-
#ident "@(#)smail/conf/os:RELEASE-3_2_0_115:delta,v 1.7 2002/09/17 19:40:45 woods Exp"
#
# delta - Motorola delta with 147 board (68030)
#	  ******************* vvvv IMPORTANT vvvv ********************
#	  It is supposed that the Network Service Extension is present
#	  ******************* ^^^^ IMPORTANT ^^^^ ********************
#
# Contributed by Francesco Potorti` <pot@fly.cnuce.cnr.it>

. $ROOT/conf/os/sys5.3

# DRIVER_CONFIGURATION - configuration file describing smail drivers
DRIVER_CONFIGURATION=bsd-network

# HAVE - what features should be used with this operating system
HAVE=$HAVE:BSD_NETWORKING:DBM:GETHOSTNAME:HAVE_HDB:MKDIR:ULIMIT:YP

# use this so that "#include <dbm.h>" works...
CPPFLAGS='-I/usr/include/rpcsvc'

# COMPRESS(variable) - an executable that compresses files
# COMP_FLAG(variable) - flag to use to force compression
# DOT_Z(variable) - suffix generated by compression program
# UNCOMPRESS(variable) - program to uncompress files
# ZCAT(variable) - program to write contents of compressed files to stdout
#
COMPRESS=pack
COMP_FLAG=-f
UNCOMPRESS=unpack
ZCAT=pcat
DOT_Z=.z

# UUCP_SYSTEM_FILE - path to UUCP file containing remote systems
#
UUCP_SYSTEM_FILE=/usr/lib/uucp/Systems

# OSLIBS(list) - name any object libraries containing routines we will need
#
OSLIBS='-lc -lPW'			# use this to get regcmp/regex

# LMAIL - where the real /bin/mail resides
# see the comment in conf/EDITME-dist
#
LMAIL=/bin/lmail			# standard System V

# MAN1 - where smail user command man pages are to be installed
# MAN5 - where smail file format man pages are to be installed
# MAN8 - where smail administrator man pages should be installed
# MAN1_EXT - file extension for user command man pages
# MAN5_EXT - file extension for file format man pages
# MAN8_EXT - file extension for adminstrator man pages
#
MAN1=/usr/catman/local
MAN1_EXT=1
MAN5=$MAN1
MAN5_EXT=4
MAN8=$MAN1
MAN8_EXT=1m
