diff options
Diffstat (limited to 'devtools/OS/BSD43')
-rw-r--r-- | devtools/OS/BSD43 | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/devtools/OS/BSD43 b/devtools/OS/BSD43 new file mode 100644 index 0000000000000..7f6e91ef4c523 --- /dev/null +++ b/devtools/OS/BSD43 @@ -0,0 +1,23 @@ +# $Id: BSD43,v 8.11 2002/03/21 23:59:25 gshapiro Exp $ + +dnl DO NOT EDIT THIS FILE. +dnl Place personal settings in devtools/Site/site.config.m4 + +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') +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 |