diff options
author | cube <cube@pkgsrc.org> | 2005-02-20 21:50:57 +0000 |
---|---|---|
committer | cube <cube@pkgsrc.org> | 2005-02-20 21:50:57 +0000 |
commit | 0c09c0588f99ab5fceeda72a46226d871d6122b3 (patch) | |
tree | 84b5cc8d13f54864f68007bdcbe276e1b0ec1d23 /net/netbsd-tap/Makefile | |
parent | 90d0b1a41ea6e97e41de3e95be9afe67edf5ba92 (diff) | |
download | pkgsrc-0c09c0588f99ab5fceeda72a46226d871d6122b3.tar.gz |
o Add a way to pass special definitions to the compilation, to match kernel
environment, and document it in DESCR by lack of a better place.
o Fix a reference to local in (yet unused) bl3.mk file.
Both issues reported by Hubert Feyrer.
Diffstat (limited to 'net/netbsd-tap/Makefile')
-rw-r--r-- | net/netbsd-tap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/netbsd-tap/Makefile b/net/netbsd-tap/Makefile index c54d49d2a1f..042462b116c 100644 --- a/net/netbsd-tap/Makefile +++ b/net/netbsd-tap/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2005/02/15 21:23:07 cube Exp $ +# $NetBSD: Makefile,v 1.3 2005/02/20 21:50:57 cube Exp $ -DISTNAME= netbsd-tap-20050215 +DISTNAME= netbsd-tap-20050220 CATEGORIES= net MASTER_SITES= # empty DISTFILES= # empty |