diff options
author | ru <ru@FreeBSD.org> | 2003-01-23 08:15:05 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2003-01-23 08:15:05 +0000 |
commit | 1488b3638f4759c8321643a43d9d0dec49f95654 (patch) | |
tree | d6f9aa5c44ccda6c800ec3516890f6547713ff82 /sbin/tunefs | |
parent | 1a8e59f0baaf40c0de081f1e28c0df314bea69d4 (diff) | |
download | FreeBSD-src-1488b3638f4759c8321643a43d9d0dec49f95654.zip FreeBSD-src-1488b3638f4759c8321643a43d9d0dec49f95654.tar.gz |
Added UFS library to the bsd.libnames.mk namespace.
Diffstat (limited to 'sbin/tunefs')
-rw-r--r-- | sbin/tunefs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/tunefs/Makefile b/sbin/tunefs/Makefile index a7fe647..d501d10 100644 --- a/sbin/tunefs/Makefile +++ b/sbin/tunefs/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PROG= tunefs -DPADD= -lufs +DPADD= ${LIBUFS} LDADD= -lufs MAN= tunefs.8 |