1998-09-13 22:26:03 -04:00
|
|
|
#!/bin/sh
|
|
|
|
#
|
|
|
|
# configure script for ${WRKSRC}. It just decends into the
|
|
|
|
# freebsd subdirectory and execs configure.
|
|
|
|
#
|
1999-09-02 15:30:39 -04:00
|
|
|
cd common
|
|
|
|
./configure $@
|
|
|
|
cd ../sdr/freebsd
|
1998-09-13 22:26:03 -04:00
|
|
|
exec ./configure $@
|