Cross Reference: Makefile
xref: /src/sbin/newfs_v7fs/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/sbin/newfs_v7fs/
Makefile revision 1.3
1# $NetBSD: Makefile,v 1.3 2012/08/10 12:20:11 joerg Exp $
2
3.include <bsd.own.mk>
4
5V7FS = ${NETBSDSRCDIR}/sys/fs/v7fs
6PROG=	newfs_v7fs
7MAN=	newfs_v7fs.8
8SRCS= newfs_v7fs.c main.c v7fs_endian.c v7fs_superblock.c v7fs_inode.c	\
9v7fs_datablock.c v7fs_dirent.c v7fs_io.c v7fs_io_user.c progress.c
10
11# use progress meter.
12FSCK=	${NETBSDSRCDIR}/sbin/fsck
13
14DPADD+= ${LIBUTIL}
15LDADD+= -lutil
16CPPFLAGS+=-DV7FS_EI -I${V7FS} -I${FSCK} -g
17.PATH: ${V7FS} ${FSCK}
18
19COPTS.newfs_v7fs.c+=	-Wno-pointer-sign
20
21.include <bsd.prog.mk>
22

Indexes created Mon Nov 10 17:20:41 GMT 2025