c2aa98e247
src/contrib as per various discussions. I will copy across our changes and then point the Makefiles across once the dust has settled..
22 lines
510 B
Plaintext
22 lines
510 B
Plaintext
# @(#)BSD43 8.5 (Berkeley) 3/12/98
|
|
define(`confBEFORE', `unistd.h stddef.h stdlib.h dirent.h sys/time.h')
|
|
define(`confMAPDEF', `-DNDBM')
|
|
define(`confENVDEF', `-DoldBSD43 ')
|
|
define(`confLIBS', `-ldbm -ll')
|
|
define(`confUBINDIR', `/usr/ucb')
|
|
define(`confSTDIR', `/usr/lib')
|
|
define(`confHFDIR', `/usr/lib')
|
|
PUSHDIVERT(3)
|
|
unistd.h stddef.h stdlib.h sys/time.h:
|
|
cp /dev/null $@
|
|
|
|
sys/time.h: sys
|
|
|
|
sys:
|
|
mkdir sys
|
|
|
|
dirent.h:
|
|
echo "#include <sys/dir.h>" > dirent.h
|
|
echo "#define dirent direct" >> dirent.h
|
|
POPDIVERT
|