c2aa98e247
src/contrib as per various discussions. I will copy across our changes and then point the Makefiles across once the dust has settled..
19 lines
526 B
Plaintext
19 lines
526 B
Plaintext
# @(#)DomainOS 8.6 (Berkeley) 6/24/98
|
|
define(`confCC', `cc -A nansi -A,systype,any -A,runtype,bsd4.3')
|
|
define(`confBEFORE', `unistd.h dirent.h')
|
|
define(`confMAPDEF', `-DNDBM')
|
|
define(`confSBINDIR', `/usr/etc')
|
|
define(`confMBINDIR', `/usr/lib')
|
|
define(`confUBINDIR', `/usr/ucb')
|
|
define(`confEBINDIR', `/usr/lib')
|
|
define(`confSTDIR', `/usr/lib')
|
|
define(`confHFDIR', `/usr/lib')
|
|
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
|