mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
10 lines
159 B
Makefile
10 lines
159 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
PROG= locate.code
|
|
CFLAGS+=-I${.CURDIR}/../locate
|
|
NOMAN= noman
|
|
BINDIR= ${LIBEXECDIR}
|
|
|
|
.include <bsd.prog.mk>
|