diff options
Diffstat (limited to 'misc/team/Makefile')
-rw-r--r-- | misc/team/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/team/Makefile b/misc/team/Makefile index 4a8de219b89..f63b627231b 100644 --- a/misc/team/Makefile +++ b/misc/team/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 1998/04/20 11:56:29 frueauf Exp $ +# $NetBSD: Makefile,v 1.10 1998/05/22 13:52:12 frueauf Exp $ # FreeBSD Id: Makefile,v 1.6 1997/04/30 03:18:06 asami Exp # @@ -8,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} MAINTAINER= packages@netbsd.org -MAN1= team.1 -CAT1= team.0 +# Do not list MAN/CAT pages here. It will confuse if MANZ is set. +# The pkg uses BSD-style-Makefiles itself, so it does the right thing. .include "../../mk/bsd.pkg.mk" |