summaryrefslogtreecommitdiff
path: root/BuildTools/OS/BSD43
diff options
context:
space:
mode:
Diffstat (limited to 'BuildTools/OS/BSD43')
-rw-r--r--BuildTools/OS/BSD4321
1 files changed, 0 insertions, 21 deletions
diff --git a/BuildTools/OS/BSD43 b/BuildTools/OS/BSD43
deleted file mode 100644
index 6a04bef..0000000
--- a/BuildTools/OS/BSD43
+++ /dev/null
@@ -1,21 +0,0 @@
-# @(#)BSD43 8.5 (Berkeley) 3/12/1998
-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