NetBSD/share/dict/Makefile
apb 91fe922f05 Add LINKSOWN, LINKSGRP, and LINKSMODE variables for use by bsd.links.mk
when installing hard links.  They have no effect except when using a
metalog, in which case the information is added to the metalog.  In
the future, these variables may be replaced by a method for explicitly
recording hard links in a metadata log.

Also change a few things that called ${INSTALL_LINK} without going
through bsd.links.mk.

Reviewed by perry and joerg.  This should fix PR 24457 and PR 41155.
2009-04-10 16:16:12 +00:00

14 lines
295 B
Makefile

# $NetBSD: Makefile,v 1.17 2009/04/10 16:16:12 apb Exp $
# @(#)Makefile 8.1 (Berkeley) 6/5/93
# Missing: connectives, words
NOOBJ= # defined
FILES= README propernames web2 web2a
FILESDIR=${BINDIR}/dict
LINKS= ${FILESDIR}/web2 ${FILESDIR}/words
LINKSMODE= ${FILESMODE}
.include <bsd.prog.mk>