summaryrefslogtreecommitdiffstats
path: root/sbin/newfs/Makefile
diff options
context:
space:
mode:
authorjmallett <jmallett@FreeBSD.org>2003-01-27 07:24:32 +0000
committerjmallett <jmallett@FreeBSD.org>2003-01-27 07:24:32 +0000
commit273be50650cbddcef59f940fadc3ee725fb05a27 (patch)
treec6002c834785472f07ba74d94bc68dac0eaf6f99 /sbin/newfs/Makefile
parent9527a0b0213657fdcc71dbc45effa68b47ffec2a (diff)
downloadFreeBSD-src-273be50650cbddcef59f940fadc3ee725fb05a27.zip
FreeBSD-src-273be50650cbddcef59f940fadc3ee725fb05a27.tar.gz
Convert newfs to use libufs. I've tested this on md filesystems, as has
keramida, and all seems well.
Diffstat (limited to 'sbin/newfs/Makefile')
-rw-r--r--sbin/newfs/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sbin/newfs/Makefile b/sbin/newfs/Makefile
index f12e266..efbe7ab 100644
--- a/sbin/newfs/Makefile
+++ b/sbin/newfs/Makefile
@@ -2,6 +2,8 @@
# $FreeBSD$
PROG= newfs
+DPADD= ${LIBUFS}
+LDADD= -lufs
SRCS= newfs.c mkfs.c
WARNS?= 2
MAN= newfs.8
OpenPOWER on IntegriCloud