Cross Reference: Makefile.inc
xref: /src/usr.sbin/makefs/v7fs/Makefile.inc
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/usr.sbin/makefs/v7fs/
Makefile.inc revision 1.4
1#	$NetBSD: Makefile.inc,v 1.4 2011/07/19 18:29:41 joerg Exp $
2#
3
4V7FS=	${NETBSDSRCDIR}/sys/fs/v7fs
5NEWFS=	${NETBSDSRCDIR}/sbin/newfs_v7fs
6FSCK=	${NETBSDSRCDIR}/sbin/fsck	# use progress meter.
7
8.PATH:	${.CURDIR}/v7fs ${V7FS} ${NEWFS} ${FSCK}
9
10CPPFLAGS+= -DV7FS_EI -I${V7FS} -I${NEWFS} -I${FSCK}
11
12SRCS += v7fs_endian.c v7fs_superblock.c v7fs_superblock_util.c v7fs_inode.c \
13v7fs_inode_util.c v7fs_datablock.c v7fs_dirent.c v7fs_io.c v7fs_file.c \
14v7fs_file_util.c v7fs_io_user.c
15SRCS += main.c		# newfs
16.if !defined(HOSTPROG)
17SRCS += progress.c	# progress bar (fsck)
18.endif
19
20SRCS += v7fs_estimate.c v7fs_populate.c

Indexes created Sat Dec 20 21:09:36 GMT 2025