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:
Scott Long 2013-12-30 01:17:05 +00:00
parent 7703a6ff27
commit 9a2fcb2e6b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=260069

View file

@ -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