diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-18 08:53:40 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-10-18 08:53:40 +0000 |
commit | d6583bb2a13f329cf0332ef2570eb8bb8fc0e39c (patch) | |
tree | ece253b876159b39c620e62b6c9b1174642e070e /share/dict/Makefile |
initial import of NetBSD tree
Diffstat (limited to 'share/dict/Makefile')
-rw-r--r-- | share/dict/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/share/dict/Makefile b/share/dict/Makefile new file mode 100644 index 00000000000..9cbb5f1fe2b --- /dev/null +++ b/share/dict/Makefile @@ -0,0 +1,16 @@ +# from: @(#)Makefile 5.1.1.1 (Berkeley) 5/7/91 +# $Id: Makefile,v 1.1 1995/10/18 08:43:52 deraadt Exp $ + +# Missing: connectives, words + +FILES= README propernames web2 web2a +NOOBJ= noobj +LINKS= ${BINDIR}/dict/web2 ${BINDIR}/dict/words + +all clean cleandir depend lint tags: + +realinstall: + install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \ + ${DESTDIR}${BINDIR}/dict + +.include <bsd.prog.mk> |