Skip to content

Commit

Permalink
Add globs.c to the build now that it's a separate file.
Browse files Browse the repository at this point in the history
Reviewed by:	max
Obtained from:	Netflix
MFC after:	3 days
  • Loading branch information
Scott Long authored and Scott Long committed Dec 30, 2013
1 parent 7703a6f commit 9a2fcb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sbin/fsdb/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9a2fcb2

Please sign in to comment.