diff options
Diffstat (limited to 'lang/icon/Makefile')
-rw-r--r-- | lang/icon/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lang/icon/Makefile b/lang/icon/Makefile index 28f19ed431a..fc265cf835d 100644 --- a/lang/icon/Makefile +++ b/lang/icon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1998/04/20 11:56:24 frueauf Exp $ +# $NetBSD: Makefile,v 1.8 1998/06/22 12:44:30 agc Exp $ # FreeBSD Id: Makefile,v 1.8 1997/02/12 08:39:15 tg Exp # @@ -18,6 +18,4 @@ OPSYS!= uname -s MANCOMPRESSED= yes .endif -MAN1= icon.1 - .include "../../mk/bsd.pkg.mk" |