freebsd-dev/usr.bin/locate/bigram/Makefile
Bruce Evans 043e1b65d9 <bsd.prog.mk> has always included ../Makefile.inc, and there are no
complications involving .PATH or dependencies, so don't include it here.
1997-12-17 19:49:09 +00:00

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>