mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-14 22:32:30 +01:00
abb9a940bb
Reviewed by: markj Differential Revision: https://reviews.freebsd.org/D37470
12 lines
247 B
Makefile
12 lines
247 B
Makefile
# $FreeBSD$
|
|
#
|
|
|
|
.PATH: ${SRCDIR}/ffs ${SRCTOP}/sys/ufs/ffs
|
|
SRCS+= ffs_alloc.c ffs_balloc.c ffs_bswap.c ffs_subr.c ufs_bmap.c
|
|
SRCS+= buf.c mkfs.c
|
|
|
|
# Reach-over source from sys/ufs/ffs
|
|
SRCS+= ffs_tables.c
|
|
|
|
CWARNFLAGS.ffs_balloc.c+= -Wno-sign-compare
|