6 lines
48 B
Perl
6 lines
48 B
Perl
|
#!/bin/sh
|
||
|
# $FreeBSD$
|
||
|
|
||
|
cd `dirname $0`
|
||
|
make all
|