2001-09-10 22:27:41 +04:00
|
|
|
# $NetBSD: Makefile,v 1.3 2001/09/10 18:27:41 christos Exp $
|
|
|
|
# From: $FreeBSD: src/sbin/newfs_msdos/Makefile,v 1.5 2001/03/26 14:33:18 ru Exp $
|
1997-03-01 22:42:54 +03:00
|
|
|
|
2001-09-10 22:27:41 +04:00
|
|
|
PROG= newfs_msdos
|
|
|
|
MAN= newfs_msdos.8
|
|
|
|
LDADD+= -lutil
|
|
|
|
DPADD+= ${LIBUTIL}
|
|
|
|
|
|
|
|
.if ${MACHINE} == "pc98"
|
|
|
|
CFLAGS+= -DPC98
|
|
|
|
.endif
|
1997-03-01 22:42:54 +03:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|