diff options
Diffstat (limited to 'benchmarks/nuttcp')
-rw-r--r-- | benchmarks/nuttcp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/benchmarks/nuttcp/Makefile b/benchmarks/nuttcp/Makefile index 0f819cd84511..6679688b7954 100644 --- a/benchmarks/nuttcp/Makefile +++ b/benchmarks/nuttcp/Makefile @@ -1,4 +1,4 @@ -# Whom: Andy Clark <andrewclarkii@gmail.com> +# Created by: Andy Clark <andrewclarkii@gmail.com> # $FreeBSD$ PORTNAME= nuttcp @@ -26,6 +26,7 @@ OPTIONS_DEFAULT= NUTTSCP NUTTSCP_DESC= Install script for copying files over nuttcp +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNUTTSCP} |