diff options
author | obache <obache@pkgsrc.org> | 2006-09-09 02:41:53 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2006-09-09 02:41:53 +0000 |
commit | 55c56786b3c520dbb5737d3e8944b6b51034e7bb (patch) | |
tree | 5a4cdd19b2797d53e5ff29d89f921d882e82acda /net/host/Makefile | |
parent | 8b81271900a94534e942e9e3296793010312b59e (diff) | |
download | pkgsrc-55c56786b3c520dbb5737d3e8944b6b51034e7bb.tar.gz |
Rename variable MAKEFILE to MAKE_FILE.
Diffstat (limited to 'net/host/Makefile')
-rw-r--r-- | net/host/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/host/Makefile b/net/host/Makefile index 98e7ca293d9..ec9361f7d9f 100644 --- a/net/host/Makefile +++ b/net/host/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/03/04 21:30:19 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2006/09/09 02:43:11 obache Exp $ DISTNAME= host-20040812 CATEGORIES= net @@ -11,7 +11,7 @@ COMMENT= Powerful DNS query and testing tool INSTALLATION_DIRS= bin man/man1 NO_CONFIGURE = yes -MAKEFILE= Makefile.BSD +MAKE_FILE= Makefile.BSD MAKE_FLAGS+= __NetBSD__=1 |