opnsense-src/share/dict/Makefile

14 lines
307 B
Makefile
Raw Normal View History

1994-05-30 15:09:18 -04:00
# @(#)Makefile 8.1 (Berkeley) 6/5/93
1999-08-27 20:22:10 -04:00
# $FreeBSD$
1994-05-30 15:09:18 -04:00
# XXX MISSING: connectives words
FILES= README propernames web2 web2a
SYMLINKS= web2 ${BINDIR}/dict/words
1994-05-30 15:09:18 -04:00
NOOBJ= noobj
beforeinstall:
1998-01-03 09:13:48 -05:00
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${SHAREMODE} ${FILES} \
1994-05-30 15:09:18 -04:00
${DESTDIR}${BINDIR}/dict
.include <bsd.prog.mk>