diff options
Diffstat (limited to 'testing/sdhcp/build')
-rwxr-xr-x | testing/sdhcp/build | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testing/sdhcp/build b/testing/sdhcp/build new file mode 100755 index 00000000..954aa1f3 --- /dev/null +++ b/testing/sdhcp/build @@ -0,0 +1,4 @@ +#!/bin/sh -e + +make +make PREFIX=/usr DESTDIR="$1" install |