openbsd-ports/mbone/nte/files/configure
1999-09-02 21:18:00 +00:00

8 lines
145 B
Bash

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