mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 08:09:08 +00:00
Add globs.c to the build now that it's a separate file.
Reviewed by: max Obtained from: Netflix MFC after: 3 days
This commit is contained in:
parent
f0d9289d4b
commit
9c7ced984d
@ -6,7 +6,7 @@ PROG= fsdb
|
||||
MAN= fsdb.8
|
||||
SRCS= fsdb.c fsdbutil.c \
|
||||
dir.c ea.c fsutil.c inode.c pass1.c pass1b.c pass2.c pass3.c pass4.c \
|
||||
pass5.c setup.c utilities.c ffs_subr.c ffs_tables.c
|
||||
pass5.c setup.c utilities.c ffs_subr.c ffs_tables.c globs.c
|
||||
CFLAGS+= -I${.CURDIR}/../fsck_ffs
|
||||
WARNS?= 2
|
||||
LDADD= -ledit -ltermcap
|
||||
|
Loading…
Reference in New Issue
Block a user