mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
8 lines
232 B
Makefile
8 lines
232 B
Makefile
.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
|