Pass things via MAKE_ENV in one line instead of multiple, pointed by Thomas Klausner

This commit is contained in:
zuntum 2001-03-13 13:45:56 +00:00
parent dad074f843
commit 549ed6982e

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.1.1.1 2001/03/13 13:13:41 zuntum Exp $
# $NetBSD: Makefile,v 1.2 2001/03/13 13:45:56 zuntum Exp $
#
DISTNAME= sniff-1.0
@ -11,7 +11,6 @@ COMMENT= Program to sniff logins and passwords
HAS_CONFIGURE= YES
MAKE_ENV+= "CC=${CC}" \
"PREFIX=${PREFIX}"
MAKE_ENV+= "CC=${CC}" "PREFIX=${PREFIX}"
.include "../../mk/bsd.pkg.mk"