Makefile revision 1.1
11.1Such# $NetBSD: Makefile,v 1.1 2011/06/27 11:52:58 uch Exp $ 21.1Such 31.1Such.include <bsd.own.mk> 41.1Such 51.1SuchV7FS = ${NETBSDSRCDIR}/sys/fs/v7fs 61.1SuchPROG= newfs_v7fs 71.1SuchMAN= newfs_v7fs.8 81.1SuchSRCS= newfs_v7fs.c main.c v7fs_endian.c v7fs_superblock.c v7fs_inode.c \ 91.1Suchv7fs_datablock.c v7fs_dirent.c v7fs_io.c v7fs_io_user.c progress.c 101.1Such 111.1Such# use progress meter. 121.1SuchFSCK= ${NETBSDSRCDIR}/sbin/fsck 131.1Such 141.1SuchDPADD+= ${LIBUTIL} 151.1SuchLDADD+= -lutil 161.1SuchCPPFLAGS+=-DV7FS_EI -I${V7FS} -I${FSCK} -g 171.1Such.PATH: ${V7FS} ${FSCK} 181.1Such 191.1Such.if defined(HAVE_GCC) && ${HAVE_GCC} == 4 201.1SuchCOPTS.newfs_v7fs.c+= -Wno-pointer-sign 211.1Such.endif 221.1Such 231.1Such.include <bsd.prog.mk> 24