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
hammer2 - Micro-optimize file data allocations
[dragonfly.git]
/
usr.bin
/
mkstr
/
Makefile
blob
2b65cbc12992b1dbc4cbf696061b95edb52885aa
1
# @(#)Makefile 8.1 (Berkeley) 6/6/93
2
# $DragonFly: src/usr.bin/mkstr/Makefile,v 1.4 2008/11/03 00:25:45 pavalos Exp $
3
4
PROG
=
mkstr
5
WARNS?
=
2
6
7
.
include
<
bsd.prog.mk
>