9 lines
146 B
Makefile
9 lines
146 B
Makefile
|
# @(#)Makefile 5.1 (Berkeley) 5/11/90
|
||
|
|
||
|
PROG= locate.code
|
||
|
CFLAGS+=-I${.CURDIR}/../locate
|
||
|
NOMAN= noman
|
||
|
BINDIR= /usr/libexec
|
||
|
|
||
|
.include <bsd.prog.mk>
|