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

File: [local] / src / share / dict / Makefile (download)

Revision 1.1, Wed Oct 18 08:43:52 1995 UTC (28 years, 8 months ago) by deraadt
Branch: MAIN

Initial revision

#	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>