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
Remove the SUBDIR line. The last entry was the handbook.
[dragonfly.git]
/
usr.sbin
/
kgzip
/
Makefile
blob
88074af6bb508f17e66c50d3d9203df9f5b9ad09
1
# $FreeBSD: src/usr.sbin/kgzip/Makefile,v 1.2.2.2 2001/07/19 04:37:24 kris Exp $
2
# $DragonFly: src/usr.sbin/kgzip/Makefile,v 1.3 2004/08/19 21:36:46 joerg Exp $
3
4
PROG
=
kgzip
5
SRCS
=
kgzip.c aouthdr.c elfhdr.c kgzcmp.c kgzld.c xio.c
6
MAN
=
kgzip
.8
7
WARNS?
=
6
8
9
.
include
<
bsd.prog.mk
>