Pass things via MAKE_ENV in one line instead of multiple, pointed by Thomas Klausner
This commit is contained in:
parent
dad074f843
commit
549ed6982e
1 changed files with 2 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue