NetBSD/sbin/mount_msdos/Makefile

11 lines
146 B
Makefile
Raw Normal View History

1993-07-30 05:31:48 +04:00
#
1993-08-09 10:22:46 +04:00
# $Id: Makefile,v 1.3 1993/08/09 06:22:46 mycroft Exp $
1993-07-30 05:31:48 +04:00
#
PROG = mount_msdos
MAN8 = mount_msdos.0
1993-08-09 10:22:46 +04:00
CFLAGS += -DMSDOSFS
.include <bsd.prog.mk>