diff options
Diffstat (limited to 'misc/team')
-rw-r--r-- | misc/team/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/team/Makefile b/misc/team/Makefile index 1eafd319723..6eadd540d09 100644 --- a/misc/team/Makefile +++ b/misc/team/Makefile @@ -3,7 +3,7 @@ # Date created: 1 July 1995 # Whom: joerg # -# $NetBSD: Makefile,v 1.6 1998/01/24 21:30:38 hubertf Exp $ +# $NetBSD: Makefile,v 1.7 1998/02/04 22:46:06 hubertf Exp $ # FreeBSD Id: Makefile,v 1.6 1997/04/30 03:18:06 asami Exp # @@ -13,7 +13,7 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} MAINTAINER= joerg@FreeBSD.org -MANCOMPRESSED= yes MAN1= team.1 +CAT1= team.0 .include <bsd.port.mk> |