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/bigram/Makefile 50477 1999-08-28 01:08:13Z peter $
2# $FreeBSD: head/usr.bin/locate/bigram/Makefile 136910 2004-10-24 15:33:08Z ru $
3
4PROG= locate.bigram
3
4PROG= locate.bigram
5NOMAN= noman
5NOMAN=
6BINDIR= ${LIBEXECDIR}
7CFLAGS+= -I${.CURDIR}/../locate
8
9.include <bsd.prog.mk>
6BINDIR= ${LIBEXECDIR}
7CFLAGS+= -I${.CURDIR}/../locate
8
9.include <bsd.prog.mk>