[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / share / dict

Annotation of src/share/dict/Makefile, Revision 1.2

1.2     ! todd        1: #      $OpenBSD: Makefile,v 1.1.1.1 1995/10/18 08:43:52 deraadt Exp $
1.1       deraadt     2: #      from: @(#)Makefile      5.1.1.1 (Berkeley) 5/7/91
                      3:
                      4: # Missing: connectives, words
                      5:
                      6: FILES= README propernames web2 web2a
                      7: NOOBJ= noobj
                      8: LINKS= ${BINDIR}/dict/web2 ${BINDIR}/dict/words
                      9:
                     10: all clean cleandir depend lint tags:
                     11:
                     12: realinstall:
                     13:        install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
                     14:            ${DESTDIR}${BINDIR}/dict
                     15:
                     16: .include <bsd.prog.mk>