diff options
-rwxr-xr-x | amd64-portbld-freebsd13.0 | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/amd64-portbld-freebsd13.0 b/amd64-portbld-freebsd13.0 deleted file mode 100755 index 7661c7a..0000000 --- a/amd64-portbld-freebsd13.0 +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh -export PREFIX=/usr/local -export CPPFLAGS="$CPPFLAGS -DDEBUG" -export CFLAGS="$CFLAGS -g" -./configure --prefix=$PREFIX --disable-static |