repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tools/llvm: Do not build with symbols
[minix3.git]
/
usr.bin
/
whereis
/
Makefile
blob
b90b83e13af1ad9d83fad7b1499db47f279f1c49
1
# $NetBSD: Makefile,v 1.6 2009/04/14 22:15:28 lukem Exp $
2
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
3
4
PROG
=
whereis
5
MAN
=
whereis
.1
which
.1
6
LINKS
= ${
BINDIR
}/
whereis
${
BINDIR
}/
which
7
8
.
include
<
bsd.prog.mk
>