pkgsrc/net/gated/scripts/configure

21 lines
349 B
Text
Raw Normal View History

1998-06-26 02:23:37 +02:00
#!/bin/sh
#
1998-08-07 13:08:53 +02:00
# $NetBSD: configure,v 1.2 1998/08/07 11:10:40 agc Exp $
#
1998-06-26 02:23:37 +02:00
# Configure gated
#
cd $WRKSRC
for file in Makefile src/Makefile src/util/Makefile.template ; do
mv $file $file.orig
sed -e 's/^true:;$/true:/' -e 's/^[ ]*$//' $file.orig >$file
done
cd src
obj=obj.`util/archtype`
mkdir -p $obj
cp configs/netbsd $obj/Config
rm -f Config