c2aa98e247
src/contrib as per various discussions. I will copy across our changes and then point the Makefiles across once the dust has settled..
21 lines
590 B
Plaintext
21 lines
590 B
Plaintext
# @(#)NeXT.2.x 8.7 (Berkeley) 3/12/98
|
|
define(`confBEFORE', `unistd.h dirent.h')
|
|
define(`confMAPDEF', `-DNDBM -DNIS -DNETINFO')
|
|
define(`confENVDEF', `-DNeXT ')
|
|
define(`confLIBS', `-ldbm')
|
|
define(`confMBINDIR', `/usr/lib')
|
|
define(`confSBINDIR', `/usr/etc')
|
|
define(`confUBINDIR', `/usr/ucb')
|
|
define(`confEBINDIR', `/usr/lib')
|
|
define(`confSTDIR', `/etc/sendmail')
|
|
define(`confHFDIR', `/usr/lib')
|
|
define(`confINSTALL', `${BUILDBIN}/install.sh')
|
|
PUSHDIVERT(3)
|
|
unistd.h:
|
|
cp /dev/null unistd.h
|
|
|
|
dirent.h:
|
|
echo "#include <sys/dir.h>" > dirent.h
|
|
echo "#define dirent direct" >> dirent.h
|
|
POPDIVERT
|