freebsd-dev/usr.sbin/makefs/ffs
Marcel Moolenaar 46783b12e3 Allow building makefs(8) from another Makefile (such as one in
a seperate directory hierarchy used to build tools). This boils
down to replacing the use of ${.CURDIR} with either ${SRCDIR}
or ${SRCTOP}. SRCDIR is defined as the directory in which the
Makefile lives that bmake(1) is currently reading. Use SRCTOP
when reaching outside of makefs's directory.
2016-10-25 16:21:38 +00:00
..
buf.c
buf.h
ffs_alloc.c Fix usr.bin/ and usr.sbin/ build with a 64-bit ino_t. 2012-09-27 23:31:19 +00:00
ffs_balloc.c
ffs_bswap.c ffs_bswap: Copy one UFS dinode member at a time 2016-05-11 16:42:13 +00:00
ffs_extern.h Remove unused member of struct indir (in_exists) from UFS and EXT2 code. 2012-08-17 17:45:27 +00:00
ffs_subr.c
Makefile.inc Allow building makefs(8) from another Makefile (such as one in 2016-10-25 16:21:38 +00:00
mkfs.c makefs: sync NetBSD IDs with upstream for changes that we already have 2016-07-19 18:40:54 +00:00
newfs_extern.h makefs: Provide a -T option to set timestamps to a consistent value 2016-06-14 14:03:28 +00:00
ufs_bmap.c Remove unused member of struct indir (in_exists) from UFS and EXT2 code. 2012-08-17 17:45:27 +00:00
ufs_bswap.h Ensure that makefs.h is included when using ufs_bswap.h so the FFS_EI macro 2013-07-26 14:22:03 +00:00
ufs_inode.h