openbsd-ports/mbone/sdr/files/configure
1999-09-02 19:30:39 +00:00

10 lines
181 B
Bash

#!/bin/sh
#
# configure script for ${WRKSRC}. It just decends into the
# freebsd subdirectory and execs configure.
#
cd common
./configure $@
cd ../sdr/freebsd
exec ./configure $@