NetBSD/share/dict/Makefile

14 lines
295 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.17 2009/04/10 16:16:12 apb Exp $
1997-03-26 10:14:31 +03:00
# @(#)Makefile 8.1 (Berkeley) 6/5/93
1993-03-21 12:45:37 +03:00
# Missing: connectives, words
2002-09-18 11:50:31 +04:00
NOOBJ= # defined
1993-03-21 12:45:37 +03:00
FILES= README propernames web2 web2a
1997-03-27 11:52:23 +03:00
FILESDIR=${BINDIR}/dict
LINKS= ${FILESDIR}/web2 ${FILESDIR}/words
LINKSMODE= ${FILESMODE}
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>