2008-08-11 14:56:54 +04:00
|
|
|
# $NetBSD: Makefile,v 1.4 2008/08/11 10:56:54 christos Exp $
|
2001-09-10 22:27:41 +04:00
|
|
|
# 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
|
|
|
|
2008-08-11 14:56:54 +04:00
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
2001-09-10 22:27:41 +04:00
|
|
|
PROG= newfs_msdos
|
|
|
|
MAN= newfs_msdos.8
|
2008-08-11 14:56:54 +04:00
|
|
|
SRCS= newfs_msdos.c partutil.c
|
|
|
|
|
2001-09-10 22:27:41 +04:00
|
|
|
LDADD+= -lutil
|
|
|
|
DPADD+= ${LIBUTIL}
|
|
|
|
|
2008-08-11 14:56:54 +04:00
|
|
|
FSCK=${NETBSDSRCDIR}/sbin/fsck
|
|
|
|
CPPFLAGS+=-I${.CURDIR} -I${FSCK}
|
|
|
|
.PATH: ${FSCK}
|
|
|
|
|
|
|
|
|
2001-09-10 22:27:41 +04:00
|
|
|
.if ${MACHINE} == "pc98"
|
|
|
|
CFLAGS+= -DPC98
|
|
|
|
.endif
|
1997-03-01 22:42:54 +03:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|