diff options
Diffstat (limited to 'share/dict/Makefile')
-rw-r--r-- | share/dict/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/share/dict/Makefile b/share/dict/Makefile new file mode 100644 index 0000000..bdf0272 --- /dev/null +++ b/share/dict/Makefile @@ -0,0 +1,12 @@ +# @(#)Makefile 8.1 (Berkeley) 6/5/93 + +FILES= README connectives propernames web2 web2a words +NOOBJ= noobj + +all clean cleandir depend lint tags: + +install: + install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \ + ${DESTDIR}${BINDIR}/dict + +.include <bsd.prog.mk> |