summaryrefslogtreecommitdiff
path: root/benchmarks/ttcp
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2001-04-19 13:01:59 +0000
committerwiz <wiz@pkgsrc.org>2001-04-19 13:01:59 +0000
commitff8f3cbdc877f7e2d3bbbc78851535bc3fd80cf4 (patch)
tree124ad2e4e3fdeaf38e92aae8959c9b69a2bd6340 /benchmarks/ttcp
parent5b3328f0c3be56ee049367dac5ebe988ae57cbe6 (diff)
downloadpkgsrc-ff8f3cbdc877f7e2d3bbbc78851535bc3fd80cf4.tar.gz
$() -> ${}
Diffstat (limited to 'benchmarks/ttcp')
-rw-r--r--benchmarks/ttcp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/ttcp/Makefile b/benchmarks/ttcp/Makefile
index 3fecb350900..efd8011a0c6 100644
--- a/benchmarks/ttcp/Makefile
+++ b/benchmarks/ttcp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2001/04/17 11:57:41 tron Exp $
+# $NetBSD: Makefile,v 1.2 2001/04/19 13:01:59 wiz Exp $
DISTNAME= ttcp
PKGNAME= ${DISTNAME}-1.12
@@ -18,7 +18,7 @@ WRKSRC= ${WRKDIR}
.if (${OPSYS} == SunOS)
do-build:
cd ${WRKSRC} && \
- ${CC} ttcp.c ${CFLAGS} $(LDFLAGS) -lsocket -lnsl -o ttcp && \
+ ${CC} ttcp.c ${CFLAGS} ${LDFLAGS} -lsocket -lnsl -o ttcp && \
nroff -man ttcp.1 >ttcp.cat1
.endif