Remove building with NOCRYPTO option
[minix.git] / sbin / newfs_msdos / Makefile
blob1a6dfbff7e571441cb1b00c16b9f789253b8620b
1 # $NetBSD: Makefile,v 1.6 2013/01/21 20:28:38 christos Exp $
2 # From: $FreeBSD: src/sbin/newfs_msdos/Makefile,v 1.5 2001/03/26 14:33:18 ru Exp $
4 .include <bsd.own.mk>
6 PROG= newfs_msdos
7 MAN= newfs_msdos.8
8 SRCS= newfs_msdos.c partutil.c mkfs_msdos.c
10 LDADD+= -lutil
11 DPADD+= ${LIBUTIL}
13 LDADD+=-lprop
14 DPADD+=${LIBPROP}
16 FSCK=${NETBSDSRCDIR}/sbin/fsck
17 CPPFLAGS+=-I${.CURDIR} -I${FSCK}
18 .PATH: ${FSCK}
21 .if ${MACHINE} == "pc98"
22 CFLAGS+= -DPC98
23 .endif
25 .include <bsd.prog.mk>