xref: /original-bsd/usr.bin/locate/locate/Makefile (revision f7b3bed6)
1#	@(#)Makefile	5.2 (Berkeley) 05/11/90
2
3PROG=	locate
4
5beforeinstall:
6	install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
7	    ${.CURDIR}/updatedb.csh ${DESTDIR}/usr/libexec/locate.updatedb
8
9.include "../../Makefile.inc"
10.include <bsd.prog.mk>
11