diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2003-01-26 12:34:36 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2003-01-26 12:34:36 +0000 |
| commit | 44e4f023ae8840e52ce714b024c91c3c26ba3f36 (patch) | |
| tree | f7c0b8df2fe02d43815e6393525fba55abdb263b | |
| parent | 6250c8c5273ccb033e6787e8e3381d03aa77a07b (diff) | |
Notes
| -rw-r--r-- | sbin/badsect/Makefile | 2 | ||||
| -rw-r--r-- | sbin/dumpfs/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sbin/badsect/Makefile b/sbin/badsect/Makefile index f9baf61995df..712bc053fcb5 100644 --- a/sbin/badsect/Makefile +++ b/sbin/badsect/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PROG= badsect -DPADD= -lufs +DPADD= ${LIBUFS} LDADD= -lufs WARNS= 0 MAN= badsect.8 diff --git a/sbin/dumpfs/Makefile b/sbin/dumpfs/Makefile index 6282bb80fa7a..d9a66f40db98 100644 --- a/sbin/dumpfs/Makefile +++ b/sbin/dumpfs/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PROG= dumpfs -DPADD= -lufs +DPADD= ${LIBUFS} LDADD= -lufs WARNS= 0 MAN= dumpfs.8 |
