[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / share / dict

File: [cvs.NetBSD.org] / src / share / dict / Makefile (download)

Revision 1.3, Sat Jul 31 15:34:13 1993 UTC (30 years, 8 months ago) by mycroft
Branch: MAIN
Changes since 1.2: +2 -1 lines

Add RCS indentifiers.

#	from: @(#)Makefile	5.1.1.1 (Berkeley) 5/7/91
#	$Id: Makefile,v 1.3 1993/07/31 15:34:13 mycroft Exp $

# Missing: connectives, words

FILES=	README propernames web2 web2a
NOOBJ=	noobj

all clean cleandir depend lint tags:

install:
	@@if [ ! -d ${DESTDIR}${BINDIR}/dict ]; then \
                /bin/rm -f ${DESTDIR}${BINDIR}/dict ; \
                mkdir -p ${DESTDIR}${BINDIR}/dict ; \
                chown root.wheel ${DESTDIR}${BINDIR}/dict ; \
                chmod 755 ${DESTDIR}${BINDIR}/dict ; \
        else \
                true ; \
        fi
	install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
	    ${DESTDIR}${BINDIR}/dict

.include <bsd.prog.mk>