From 1bb3007c04ad6091bda42ac2a39c7e64b34c1984 Mon Sep 17 00:00:00 2001 From: agc Date: Mon, 8 Mar 1999 10:53:55 +0000 Subject: s/make/${MAKE}/g --- net/sniffit/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/sniffit') diff --git a/net/sniffit/Makefile b/net/sniffit/Makefile index 9a232b2b3e2..0a3085de57f 100644 --- a/net/sniffit/Makefile +++ b/net/sniffit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1998/11/13 01:38:16 frueauf Exp $ +# $NetBSD: Makefile,v 1.9 1999/03/08 10:53:57 agc Exp $ # DISTNAME= sniffit.0.3.5 @@ -12,7 +12,7 @@ HOMEPAGE= http://reptile.rug.ac.be/~coder/sniffit/sniffit.html NOT_FOR_ARCHS= alpha # severe LP64 loss do-build: - cd ${WRKSRC} ; ./configure ; make + cd ${WRKSRC} ; ./configure ; ${MAKE} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/sniffit ${PREFIX}/sbin/sniffit -- cgit v1.2.3