diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2000-04-02 19:48:38 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2000-04-02 19:48:38 +0000 |
commit | 0273b8fbd6947b4b7e823ada965ae763cab5ac86 (patch) | |
tree | ae5e5293b5d1243eef968a7ebb13394550e92d3f /gnu/usr.sbin/sendmail/libsmutil/Build | |
parent | 43225228859332051b0497d6732b906e2c753f85 (diff) |
Remove sendmail's `Build' scaffolding and add real Makefiles
praliases should be in section 1, not 8
Use arc4random(3) instead of random(3)
Add some sample OpenBSD .mc files
Diffstat (limited to 'gnu/usr.sbin/sendmail/libsmutil/Build')
-rw-r--r-- | gnu/usr.sbin/sendmail/libsmutil/Build | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/gnu/usr.sbin/sendmail/libsmutil/Build b/gnu/usr.sbin/sendmail/libsmutil/Build deleted file mode 100644 index d316a3787f4..00000000000 --- a/gnu/usr.sbin/sendmail/libsmutil/Build +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh - -# Copyright (c) 1999 Sendmail, Inc. and its suppliers. -# All rights reserved. -# -# By using this file, you agree to the terms and conditions set -# forth in the LICENSE file which can be found at the top level of -# the sendmail distribution. -# -# -# $Sendmail: Build,v 8.1 1999/05/21 22:56:21 gshapiro Exp $ - -exec ../devtools/bin/Build $* |