diff options
author | agc <agc@pkgsrc.org> | 1998-06-22 12:32:17 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-06-22 12:32:17 +0000 |
commit | 5aa5bdafe4c00759989f571dcedb711d708fbfd0 (patch) | |
tree | 883b58eb481c86e6a748a7d115d621431851023d /games/xkobo | |
parent | a8fbf965c0c75efeeebdf4be6b67472a3ffd4379 (diff) | |
download | pkgsrc-5aa5bdafe4c00759989f571dcedb711d708fbfd0.tar.gz |
Update package Makefiles for automatic manual page handling.
Diffstat (limited to 'games/xkobo')
-rw-r--r-- | games/xkobo/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/xkobo/Makefile b/games/xkobo/Makefile index c789c2e4c59..bba31636f4a 100644 --- a/games/xkobo/Makefile +++ b/games/xkobo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1998/04/15 10:38:25 agc Exp $ +# $NetBSD: Makefile,v 1.5 1998/06/22 12:32:18 agc Exp $ # FreeBSD Id: Makefile,v 1.10 1997/11/12 09:57:17 tg Exp # @@ -13,6 +13,4 @@ MAINTAINER= hubertf@netbsd.org USE_IMAKE= yes ALL_TARGET+= xkobo all -CAT1= xkobo.0 - .include "../../mk/bsd.pkg.mk" |