10 lines
206 B
Makefile
10 lines
206 B
Makefile
# $NetBSD: Makefile,v 1.6 2001/12/12 01:48:46 tv Exp $
|
|
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
PROG= locate.code
|
|
CPPFLAGS+=-I${.CURDIR}/../locate
|
|
NOMAN= # defined
|
|
BINDIR= /usr/libexec
|
|
|
|
.include <bsd.prog.mk>
|