diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2018-04-20 22:23:38 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2018-04-20 22:23:38 +0000 |
| commit | daddfa7cc7c7ce2d835f2c2aa53a296ce962703b (patch) | |
| tree | d5a3b24604a7aed927cca5aac66f8b8f7f195f4a /usr.sbin/makefs/ffs | |
| parent | bfeb2bd7cab178be6d098455e5c4b24dd3c00ee3 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/makefs/ffs')
| -rw-r--r-- | usr.sbin/makefs/ffs/Makefile.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/makefs/ffs/Makefile.inc b/usr.sbin/makefs/ffs/Makefile.inc index 2e9f1921b43f..a1e839fd7ab6 100644 --- a/usr.sbin/makefs/ffs/Makefile.inc +++ b/usr.sbin/makefs/ffs/Makefile.inc @@ -2,8 +2,8 @@ # .PATH: ${SRCDIR}/ffs ${SRCTOP}/sys/ufs/ffs - -CFLAGS+= -I${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 |
