diff options
author | grant <grant@pkgsrc.org> | 2004-02-14 00:54:44 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-02-14 00:54:44 +0000 |
commit | 5901dbcf3e6218c72c2b5011a9820382fb4ba138 (patch) | |
tree | 7b78cab28e7ca349de50d60d5ace808c46435287 /net/nbtscan | |
parent | db83ed12c41c6a409071498f109d35b21f27074d (diff) | |
download | pkgsrc-5901dbcf3e6218c72c2b5011a9820382fb4ba138.tar.gz |
remove unneeded CONFIG_{GUESS,SUB}_OVERRIDE, as bsd.pkg.mk does this
automatically now.
Diffstat (limited to 'net/nbtscan')
-rw-r--r-- | net/nbtscan/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/nbtscan/Makefile b/net/nbtscan/Makefile index abef7e800fe..230eb2750f1 100644 --- a/net/nbtscan/Makefile +++ b/net/nbtscan/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2003/07/17 22:51:25 grant Exp $ +# $NetBSD: Makefile,v 1.7 2004/02/14 00:54:45 grant Exp $ # DISTNAME= nbtscan-1.5 @@ -10,7 +10,6 @@ HOMEPAGE= http://www.inetcat.org/software/nbtscan.html COMMENT= NetBIOS name network scanner GNU_CONFIGURE= yes -CONFIG_SUB_OVERRIDE= ${WRKSRC}/config.sub ALL_TARGET= nbtscan |