043e1b65d9
complications involving .PATH or dependencies, so don't include it here.
10 lines
156 B
Makefile
10 lines
156 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $Id$
|
|
|
|
PROG= locate.bigram
|
|
NOMAN= noman
|
|
BINDIR= ${LIBEXECDIR}
|
|
CFLAGS+= -I${.CURDIR}/../locate
|
|
|
|
.include <bsd.prog.mk>
|