summaryrefslogtreecommitdiff
path: root/net/gated/scripts/configure
blob: f87d4030182c61647800741aaeb015e0ca37b095 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/sh
#
# 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