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
AHCI - Add serial number support, strip whitespace.
[dragonfly.git]
/
usr.sbin
/
makewhatis
/
Makefile
blob
847d8416f084ba1d7e296b1338ce0358c39e8877
1
# $FreeBSD: src/usr.bin/makewhatis/Makefile,v 1.3 2002/11/18 10:11:22 ru Exp $
2
# $DragonFly: src/usr.sbin/makewhatis/Makefile,v 1.2 2005/01/16 04:59:53 cpressey Exp $
3
4
PROG
=
makewhatis
5
DPADD
= ${
LIBZ
}
6
LDADD
= -
lz
7
MAN
=
makewhatis
.8
8
9
.
include
<
bsd.prog.mk
>