NetBSD/share/dict/Makefile

17 lines
398 B
Makefile
Raw Normal View History

1993-07-31 19:27:53 +04:00
# from: @(#)Makefile 5.1.1.1 (Berkeley) 5/7/91
1996-10-18 09:45:01 +04:00
# $Id: Makefile,v 1.7 1996/10/18 05:52:26 thorpej 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:
1996-10-18 09:45:01 +04:00
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
1993-03-21 12:45:37 +03:00
${DESTDIR}${BINDIR}/dict
.include <bsd.prog.mk>