c2aa98e247
src/contrib as per various discussions. I will copy across our changes and then point the Makefiles across once the dust has settled..
16 lines
488 B
Groff
16 lines
488 B
Groff
# @(#)DomainOS.10.4 8.1 (Berkeley) 6/24/98
|
|
define(`confCC', `cc -A nansi -A,systype,any -A,runtype,bsd4.3')
|
|
define(`confBEFORE', `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)
|
|
dirent.h:
|
|
echo "#include <sys/dir.h>" > dirent.h
|
|
echo "#define dirent direct" >> dirent.h
|
|
POPDIVERT
|