repo.or.cz
/
dragonfly
/
vkernel-mp.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
More minor IPI work.
[dragonfly/vkernel-mp.git]
/
usr.bin
/
whereis
/
Makefile
blob
34c9c608f6959ab911f7555ddd44dc480986a0e7
1
# $FreeBSD: src/usr.bin/whereis/Makefile,v 1.7 2002/12/30 09:48:40 obrien Exp $
2
# $DragonFly: src/usr.bin/whereis/Makefile,v 1.4 2005/01/03 02:44:56 cpressey Exp $
3
4
PROG
=
whereis
5
MAN
=
whereis
.1
6
WARNS?
=
6
7
8
.
include
<
bsd.prog.mk
>