NetBSD/share/dict/Makefile

20 lines
469 B
Makefile
Raw Normal View History

1993-07-31 19:27:53 +04:00
# from: @(#)Makefile 5.1.1.1 (Berkeley) 5/7/91
# $Id: Makefile,v 1.5 1993/09/30 22:59:32 jtc 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:
beforeinstall:
@install -d -o root -g wheel -m 755 ${DESTDIR}${BINDIR}/dict
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>