aboutsummaryrefslogtreecommitdiff
path: root/sbin/clri
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/clri')
-rw-r--r--sbin/clri/Makefile4
-rw-r--r--sbin/clri/Makefile.depend3
-rw-r--r--sbin/clri/clri.83
-rw-r--r--sbin/clri/clri.c15
4 files changed, 2 insertions, 23 deletions
diff --git a/sbin/clri/Makefile b/sbin/clri/Makefile
index 5f8777f30391..ac3eda4cd597 100644
--- a/sbin/clri/Makefile
+++ b/sbin/clri/Makefile
@@ -1,7 +1,5 @@
-# @(#)Makefile 8.1 (Berkeley) 6/5/93
-# $FreeBSD$
-PACKAGE=runtime
+PACKAGE=ufs
PROG= clri
MAN= clri.8
LIBADD= ufs
diff --git a/sbin/clri/Makefile.depend b/sbin/clri/Makefile.depend
index 6cfaab1c3644..910688a678fa 100644
--- a/sbin/clri/Makefile.depend
+++ b/sbin/clri/Makefile.depend
@@ -1,13 +1,12 @@
-# $FreeBSD$
# Autogenerated - do NOT edit!
DIRDEPS = \
- gnu/lib/csu \
include \
include/xlocale \
lib/${CSU_DIR} \
lib/libc \
lib/libcompiler_rt \
+ lib/libufs \
.include <dirdeps.mk>
diff --git a/sbin/clri/clri.8 b/sbin/clri/clri.8
index 61bdde7feb6a..9d1fb92e22ba 100644
--- a/sbin/clri/clri.8
+++ b/sbin/clri/clri.8
@@ -25,9 +25,6 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" @(#)clri.8 8.2 (Berkeley) 4/19/94
-.\" $FreeBSD$
-.\"
.Dd October 5, 2016
.Dt CLRI 8
.Os
diff --git a/sbin/clri/clri.c b/sbin/clri/clri.c
index 7f9a4f09bfe0..331975b4cdce 100644
--- a/sbin/clri/clri.c
+++ b/sbin/clri/clri.c
@@ -32,21 +32,6 @@
* SUCH DAMAGE.
*/
-#if 0
-#ifndef lint
-static const char copyright[] =
-"@(#) Copyright (c) 1990, 1993\n\
- The Regents of the University of California. All rights reserved.\n";
-#endif /* not lint */
-
-#ifndef lint
-static char sccsid[] = "@(#)clri.c 8.2 (Berkeley) 9/23/93";
-#endif /* not lint */
-#endif
-
-#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <sys/param.h>
#include <sys/disklabel.h>