repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
kern_recvmsg() may not return a valid(non-NULL) pointer to `sa'
[dragonfly.git]
/
usr.bin
/
which
/
Makefile
blob
f3749b9e0658cf9296d2792ede07ee9a1ccae284
1
# @(#)Makefile 8.1 (Berkeley) 6/6/93
2
# $FreeBSD: src/usr.bin/which/Makefile,v 1.5.2.3 2002/08/07 16:32:01 ru Exp $
3
# $DragonFly: src/usr.bin/which/Makefile,v 1.5 2005/01/03 01:42:59 cpressey Exp $
4
5
PROG
=
which
6
WARNS?
=
6
7
8
.
include
<
bsd.prog.mk
>