projects
/
dragonfly.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge from vendor branch GDB:
[dragonfly.git]
/
bin
/
chmod
/
Makefile
1
# @(#)Makefile 8.1 (Berkeley) 5/31/93
2
# $FreeBSD: src/bin/chmod/Makefile,v 1.5.2.1 2001/08/01 00:34:15 obrien Exp $
3
# $DragonFly: src/bin/chmod/Makefile,v 1.3 2004/07/22 13:42:24 asmodai Exp $
4
5
PROG= chmod
6
7
WARNS?= 6
8
9
.include <bsd.prog.mk>