1993-07-31 19:27:53 +04:00
|
|
|
# from: @(#)Makefile 5.1.1.1 (Berkeley) 5/7/91
|
1994-02-10 04:54:10 +03:00
|
|
|
# $Id: Makefile,v 1.6 1994/02/10 01:54:10 cgd Exp $
|
1993-03-21 12:45:37 +03:00
|
|
|
|
|
|
|
# Missing: connectives, words
|
|
|
|
|
|
|
|
FILES= README propernames web2 web2a
|
|
|
|
NOOBJ= noobj
|
1993-08-10 20:42:48 +04:00
|
|
|
LINKS= ${BINDIR}/dict/web2 ${BINDIR}/dict/words
|
1993-03-21 12:45:37 +03:00
|
|
|
|
|
|
|
all clean cleandir depend lint tags:
|
|
|
|
|
1993-08-10 20:42:48 +04:00
|
|
|
realinstall:
|
1993-03-21 12:45:37 +03:00
|
|
|
install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
|
|
|
|
${DESTDIR}${BINDIR}/dict
|
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|