diff options
author | Christian Pointner <equinox@anytun.org> | 2009-03-04 17:31:12 +0000 |
---|---|---|
committer | Christian Pointner <equinox@anytun.org> | 2009-03-04 17:31:12 +0000 |
commit | 8751daaeb3829f3237379fb522b967208f7e9ca5 (patch) | |
tree | c1593e525bea743cfa7f81873087b34b03b78bb7 /src/configure | |
parent | initial checkin of new resolver (diff) |
updated FreeBSD device
Diffstat (limited to 'src/configure')
-rwxr-xr-x | src/configure | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/configure b/src/configure index b664850..770318b 100755 --- a/src/configure +++ b/src/configure @@ -122,6 +122,10 @@ if [ $ROUTING -eq 0 ]; then fi cat >> include.mk <<EOF +# this file was created automatically +# do not edit this file directly +# use ./configure instead + TARGET = $TARGET CXX = gcc CXXFLAGS = $CXXFLAGS |