NetBSD/share/dict/Makefile

14 lines
308 B
Makefile
Raw Normal View History

1997-03-27 11:52:23 +03:00
# $NetBSD: Makefile,v 1.10 1997/03/27 08:52:23 mycroft 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
1993-03-21 12:45:37 +03:00
NOOBJ= noobj
1997-03-27 11:52:23 +03:00
LINKS= ${FILESDIR}/web2 ${FILESDIR}/words
1993-03-21 12:45:37 +03:00
all clean cleandir depend lint tags:
.include <bsd.prog.mk>