NetBSD/share/dict/Makefile

12 lines
269 B
Makefile
Raw Normal View History

2001-12-12 04:48:43 +03:00
# $NetBSD: Makefile,v 1.15 2001/12/12 01:49:14 tv 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
FILES= README propernames web2 web2a
1997-03-27 11:52:23 +03:00
FILESDIR=${BINDIR}/dict
2001-12-12 04:48:43 +03:00
NOOBJ= # defined
LINKS= ${FILESDIR}/web2 ${FILESDIR}/words
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>