repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git]
/
usr.bin
/
locate
/
code
/
Makefile
blob
6d36f3a5d8b884fea8e6d6d91fd20c2e511a45b8
1
# $NetBSD: Makefile,v 1.6 2001/12/12 01:48:46 tv Exp $
2
# @(#)Makefile 8.1 (Berkeley) 6/6/93
3
4
NOMAN
=
# defined
5
6
PROG
=
locate.code
7
CPPFLAGS
+=-
I
${
.CURDIR
}/
..
/
locate
8
BINDIR
= /
usr
/
libexec
9
10
.
include
<
bsd.prog.mk
>