diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-11-25 11:23:12 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-11-25 11:23:12 +0000 |
commit | 13eb765f2d1a7497df9f56f5ca95950e04cb4c01 (patch) | |
tree | 69f31f17bfe80e77e4f38188819e4e69f11b9f25 /sbin/fsck_ffs/Makefile | |
parent | cc0d90a7997d7483dcfb77b908a709fa5561a5fb (diff) |
Convert sbin/ to LIBADD
Reduce overlinking
Notes
Notes:
svn path=/head/; revision=275030
Diffstat (limited to 'sbin/fsck_ffs/Makefile')
-rw-r--r-- | sbin/fsck_ffs/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/fsck_ffs/Makefile b/sbin/fsck_ffs/Makefile index 028a4867c85d..02754697dfa5 100644 --- a/sbin/fsck_ffs/Makefile +++ b/sbin/fsck_ffs/Makefile @@ -9,8 +9,7 @@ MLINKS= fsck_ffs.8 fsck_ufs.8 fsck_ffs.8 fsck_4.2bsd.8 SRCS= dir.c ea.c fsutil.c inode.c main.c pass1.c pass1b.c pass2.c pass3.c \ pass4.c pass5.c setup.c suj.c utilities.c gjournal.c getmntopts.c \ globs.c -DPADD= ${LIBUFS} -LDADD= -lufs +LIBADD= ufs WARNS?= 2 CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../mount |