From 0016ca9f69f042f2b0b412f720ecbdc29e06a636 Mon Sep 17 00:00:00 2001
From: nehalmistry <>
Date: Wed, 26 Feb 2003 01:03:00 +0000
Subject: [PATCH] use /bin/sh so it works on *bsd

---
 setup | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/setup b/setup
index 821731158..ef9209214 100755
--- a/setup
+++ b/setup
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 ##   ___________		     _________		      _____  __
 ##   \_	  _____/______   ____   ____ \_   ___ \____________ _/ ____\/  |_
 ##    |    __) \_  __ \_/ __ \_/ __ \/    \  \/\_  __ \__  \\   __\\   __|
@@ -1125,6 +1125,8 @@ echo "# Locks versions with a symbolic name" >> $RULESFILE
 echo "LOCKVER=	rcs -q -n\$(NAME)" >> $RULESFILE
 echo >> $RULESFILE
 
+rm .depend
+
 #------------------------------------------------------------------------------
 
 #