diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2001-01-21 22:17:07 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2001-01-21 22:17:07 +0000 |
commit | eff620cd77318802bafadb79df9ad9e539b6dba8 (patch) | |
tree | 01194d88e2492f668201a53e1e214dab0cd90245 /contrib/sendmail/BuildTools/OS/BSD43 | |
parent | 193538b7dabbb9c165660ca97d2704eea0642fa1 (diff) |
Notes
Diffstat (limited to 'contrib/sendmail/BuildTools/OS/BSD43')
-rw-r--r-- | contrib/sendmail/BuildTools/OS/BSD43 | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/contrib/sendmail/BuildTools/OS/BSD43 b/contrib/sendmail/BuildTools/OS/BSD43 deleted file mode 100644 index 6a04bef287c3..000000000000 --- a/contrib/sendmail/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 |