Deleted Added
full compact
Makefile (50477) Makefile (136910)
1# @(#)Makefile 8.1 (Berkeley) 6/6/93
1# @(#)Makefile 8.1 (Berkeley) 6/6/93
2# $FreeBSD: head/usr.bin/locate/code/Makefile 50477 1999-08-28 01:08:13Z peter $
2# $FreeBSD: head/usr.bin/locate/code/Makefile 136910 2004-10-24 15:33:08Z ru $
3
4PROG= locate.code
5CFLAGS+=-I${.CURDIR}/../locate
3
4PROG= locate.code
5CFLAGS+=-I${.CURDIR}/../locate
6NOMAN= noman
6NOMAN=
7BINDIR= ${LIBEXECDIR}
8
9.include <bsd.prog.mk>
7BINDIR= ${LIBEXECDIR}
8
9.include <bsd.prog.mk>