diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 15:52:44 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 15:52:44 +0000 |
commit | 0f0eb50c1e9988923b5a502ecdeb918467b60cac (patch) | |
tree | 31ede4b6a16eed4dc573704597f9b61f97243a68 /benchmarks/netpipe | |
parent | d4278602bbf25b434150614a7797e9b8d7c8103f (diff) |
Notes
Diffstat (limited to 'benchmarks/netpipe')
-rw-r--r-- | benchmarks/netpipe/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/benchmarks/netpipe/Makefile b/benchmarks/netpipe/Makefile index 4359ef93e575..601be90d7704 100644 --- a/benchmarks/netpipe/Makefile +++ b/benchmarks/netpipe/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: netpipe -# Date created: 20 Feb 1998 -# Whom: jkoshy -# +# Created by: jkoshy # $FreeBSD$ PORTNAME= NetPIPE @@ -21,6 +18,7 @@ PLIST_FILES= bin/NPtcp bin/NPtcp6 DOCSDIR= ${PREFIX}/share/doc/${PORTNAME:L} +NO_STAGE= yes do-build: cd ${WRKSRC} \ && ${CC} ${CFLAGS} src/netpipe.c src/tcp.c -DTCP -o NPtcp \ |