From 38b26777111012136207979753f8363f34f0f28d Mon Sep 17 00:00:00 2001 From: enami Date: Sat, 27 Jan 2001 11:29:48 +0000 Subject: Don't make make build nop for the system other than sunos. --- net/ttcp/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/ttcp') 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 -- cgit v1.2.3