c2aa98e247
src/contrib as per various discussions. I will copy across our changes and then point the Makefiles across once the dust has settled..
26 lines
726 B
Plaintext
26 lines
726 B
Plaintext
# @(#)RISCos 8.5 (Berkeley) 3/12/98
|
|
define(`confCC', `cc -systype bsd43 -Olimit 900')
|
|
define(`confBEFORE', `stdlib.h dirent.h unistd.h stddef.h')
|
|
define(`confMAPDEF', `-DNDBM')
|
|
define(`confENVDEF', `-DRISCOS ')
|
|
define(`confLIBS', `-lmld')
|
|
define(`confMBINDIR', `/usr/lib')
|
|
define(`confSBINDIR', `/usr/etc')
|
|
define(`confUBINDIR', `/usr/ucb')
|
|
define(`confEBINDIR', `/usr/lib')
|
|
define(`confSBINGRP', `sys')
|
|
define(`confSTDIR', `/etc')
|
|
define(`confHFDIR', `/usr/lib')
|
|
define(`confINSTALL', `/usr/bsd43/bin/install')
|
|
PUSHDIVERT(3)
|
|
stdlib.h stddef.h:
|
|
cp /dev/null $@
|
|
|
|
unistd.h:
|
|
echo "typedef unsigned short mode_t;" > unistd.h
|
|
|
|
dirent.h:
|
|
echo "#include <sys/dir.h>" > dirent.h
|
|
echo "#define dirent direct" >> dirent.h
|
|
POPDIVERT
|