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
test/amd64: build and install modules
[dragonfly.git]
/
sbin
/
newfs_msdos
/
Makefile
blob
76af6771974923ecd18edf75068c37ba50a33efc
1
# $FreeBSD: src/sbin/newfs_msdos/Makefile,v 1.2.2.2 2001/04/25 10:58:42 ru Exp $
2
# $DragonFly: src/sbin/newfs_msdos/Makefile,v 1.4 2006/10/17 00:55:43 pavalos Exp $
3
4
PROG
=
newfs_msdos
5
MAN
=
newfs_msdos
.8
6
WARNS?
=
2
7
8
.
include
<
bsd.prog.mk
>