1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-10 14:02:43 +00:00
freebsd/usr.bin/locate/code/Makefile
2004-12-21 08:47:35 +00:00

10 lines
154 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 6/6/93
# $FreeBSD$
PROG= locate.code
CFLAGS+=-I${.CURDIR}/../locate
NO_MAN=
BINDIR= ${LIBEXECDIR}
.include <bsd.prog.mk>