summaryrefslogtreecommitdiffstats
path: root/sbin/newfs/Makefile
diff options
context:
space:
mode:
authorjmallett <jmallett@FreeBSD.org>2003-02-11 03:06:45 +0000
committerjmallett <jmallett@FreeBSD.org>2003-02-11 03:06:45 +0000
commit0f7ddd626884fc47570602e01894d31ca7c0ca4c (patch)
tree0d31cbda8fe59355c1f1ae5601d92e445e6627aa /sbin/newfs/Makefile
parent68e4eee3d3189d2ed0be164de53c1b7b991c91a4 (diff)
downloadFreeBSD-src-0f7ddd626884fc47570602e01894d31ca7c0ca4c.zip
FreeBSD-src-0f7ddd626884fc47570602e01894d31ca7c0ca4c.tar.gz
Convert newfs to libufs (really). Solves one real issue with previous
version of such. Differences in filesystems generated were found to be from 1) sbwrite with the "all" parameter 2) removal of writecache. The sbwrite call was made to perform as the original version, and otherwise this was checked against a version of newfs with the write cache removed.
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