mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 23:02:02 -04:00
11 lines
247 B
Makefile
11 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
|