diff options
author | enami <enami@pkgsrc.org> | 2001-01-27 11:29:48 +0000 |
---|---|---|
committer | enami <enami@pkgsrc.org> | 2001-01-27 11:29:48 +0000 |
commit | abf0d1dbf4da6b7e1a7c3160996d7f7c9f0973bd (patch) | |
tree | fb279ff1263237aee1295135c1ec23569c178dab /net | |
parent | d75e0bef9b41b4106bb172cc44ea1299d3b95d1a (diff) | |
download | pkgsrc-abf0d1dbf4da6b7e1a7c3160996d7f7c9f0973bd.tar.gz |
Don't make make build nop for the system other than sunos.
Diffstat (limited to 'net')
-rw-r--r-- | net/ttcp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ttcp/Makefile b/net/ttcp/Makefile index 53851ef81ce..f13838dcad9 100644 --- a/net/ttcp/Makefile +++ b/net/ttcp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2001/01/13 12:37:25 tron Exp $ +# $NetBSD: Makefile,v 1.16 2001/01/27 11:29:48 enami Exp $ DISTNAME= ttcp PKGNAME= ${DISTNAME}-1.12 @@ -14,8 +14,8 @@ HOMEPAGE= http://www.ccci.com/tools/ttcp/ MANCOMPRESSED_IF_MANZ= YES WRKSRC= ${WRKDIR} -do-build: .if (${OPSYS} == SunOS) +do-build: cd ${WRKSRC} && \ ${CC} ttcp.c ${CFLAGS} $(LDFLAGS) -lsocket -lnsl -o ttcp && \ nroff -man ttcp.1 >ttcp.cat1 |