projects
/
dragonfly.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
got rid of mktemp() warning.
[dragonfly.git]
/
usr.bin
/
file2c
/
Makefile
1
# $FreeBSD: src/usr.bin/file2c/Makefile,v 1.4.2.1 2001/04/25 11:29:19 ru Exp $
2
# $DragonFly: src/usr.bin/file2c/Makefile,v 1.3 2005/01/16 21:14:51 cpressey Exp $
3
4
PROG= file2c
5
WARNS?= 6
6
7
.include <bsd.prog.mk>