catalogs are installed by ../catalog/Makefile.

This commit is contained in:
itojun 2001-03-31 13:48:31 +00:00
parent 2303009aeb
commit 4bca1d701f
1 changed files with 1 additions and 7 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.17 2001/03/31 11:37:44 aymeric Exp $
# $NetBSD: Makefile,v 1.18 2001/03/31 13:48:31 itojun Exp $
#
# @(#)Makefile.in 8.75 (Berkeley) 10/23/96
@ -35,11 +35,5 @@ MLINKS= vi.1 ex.1 vi.1 view.1
.PATH: ${.CURDIR}/../vi ${.CURDIR}/../ex ${.CURDIR}/../cl
.PATH: ${.CURDIR}/../common ${.CURDIR}/../docs/USD.doc/vi.man
.if ${MKSHARE} != "no"
cat= dutch english french german ru_RU.KOI8-R spanish swedish
FILES=${cat:S@^@${.CURDIR}/../catalog/@g}
FILESDIR=/usr/share/vi/catalog
.endif
.include "../../Makefile.inc"
.include <bsd.prog.mk>