summaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorwiz <wiz>2001-04-19 13:01:59 +0000
committerwiz <wiz>2001-04-19 13:01:59 +0000
commit9837312ae876421aa2aa3d09e952f119c5f04353 (patch)
tree124ad2e4e3fdeaf38e92aae8959c9b69a2bd6340 /benchmarks
parent91a1a84026dcb7dfb7202d3503dbcd00f166ae1b (diff)
downloadpkgsrc-9837312ae876421aa2aa3d09e952f119c5f04353.tar.gz
$() -> ${}
Diffstat (limited to 'benchmarks')
-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