Rename boot_i386.8 to boot_pc32.8 by repo-copy in order to enable the
[dragonfly.git] / sbin / newfs_msdos / Makefile
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>