diff options
| author | Scott Long <scottl@FreeBSD.org> | 2013-12-30 01:17:05 +0000 |
|---|---|---|
| committer | Scott Long <scottl@FreeBSD.org> | 2013-12-30 01:17:05 +0000 |
| commit | 9a2fcb2e6b15da59ab9440248400ff99527fe22b (patch) | |
| tree | b2ac76e6ee0536f2bd405be0bdee4a6edb9db869 /sbin | |
| parent | 7703a6ff27b154f2048c96fe0dc2f0297188768a (diff) | |
Notes
Diffstat (limited to 'sbin')
| -rw-r--r-- | sbin/fsdb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/fsdb/Makefile b/sbin/fsdb/Makefile index 65333ef07252..f921e89828ca 100644 --- a/sbin/fsdb/Makefile +++ b/sbin/fsdb/Makefile @@ -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 |
