openbsd-ports/mbone/nte/files/configure

8 lines
145 B
Plaintext
Raw Normal View History

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