diff options
author | jmallett <jmallett@FreeBSD.org> | 2002-07-11 21:44:03 +0000 |
---|---|---|
committer | jmallett <jmallett@FreeBSD.org> | 2002-07-11 21:44:03 +0000 |
commit | 3f66160d6d34bca011c415207864536f06b30193 (patch) | |
tree | 324ff25fc719494d2c8444c1bc1a98341ac6a0d4 /sbin/dumpfs/Makefile | |
parent | fc30cb84740712c322d17bf29e0ed2ffe28ea263 (diff) | |
download | FreeBSD-src-3f66160d6d34bca011c415207864536f06b30193.zip FreeBSD-src-3f66160d6d34bca011c415207864536f06b30193.tar.gz |
Convert dumpfs(8) to libufs(3), rather than rolling local functions for a
number of things.
Diffstat (limited to 'sbin/dumpfs/Makefile')
-rw-r--r-- | sbin/dumpfs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/dumpfs/Makefile b/sbin/dumpfs/Makefile index f26a337..59e020e 100644 --- a/sbin/dumpfs/Makefile +++ b/sbin/dumpfs/Makefile @@ -4,5 +4,6 @@ PROG= dumpfs WARNS= 0 MAN= dumpfs.8 +LDADD= -lufs .include <bsd.prog.mk> |