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
/
whereis
/
Makefile
blob
c89f68394e5dd84ed736d6989815a8cf4d911de8
1
# $NetBSD: Makefile,v 1.5 2004/04/01 21:41:37 christos 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
>