diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-11-25 14:29:10 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-11-25 14:29:10 +0000 |
| commit | 3e11bd9e2a2b1cbd4283c87c93e3cc75e3f2dacb (patch) | |
| tree | ddfef911600b923ca0abdbed4461a288b9249837 /usr.bin/fstat/Makefile | |
| parent | 30fca3b0cc92ae380073c169d34b4cc3f27321e9 (diff) | |
Notes
Diffstat (limited to 'usr.bin/fstat/Makefile')
| -rw-r--r-- | usr.bin/fstat/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/fstat/Makefile b/usr.bin/fstat/Makefile index 8ea8da3a473a..830b23c8cf21 100644 --- a/usr.bin/fstat/Makefile +++ b/usr.bin/fstat/Makefile @@ -4,8 +4,7 @@ PROG= fstat SRCS= fstat.c fuser.c main.c LINKS= ${BINDIR}/fstat ${BINDIR}/fuser -DPADD= ${LIBKVM} ${LIBUTIL} ${LIBPROCSTAT} -LDADD= -lkvm -lutil -lprocstat +LIBADD= procstat MAN1= fuser.1 fstat.1 |
