summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/3.0-upgrade/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/tools/3.0-upgrade/Makefile b/tools/3.0-upgrade/Makefile
index fedda74..3c78cd4 100644
--- a/tools/3.0-upgrade/Makefile
+++ b/tools/3.0-upgrade/Makefile
@@ -1,8 +1,6 @@
-all: cvt-wtmp
-
-CLEANFILES += cvt-wtmp
-
-cvt-wtmp: cvt-wtmp.c /usr/include/utmp.h
+# $FreeBSD$
+PROG= cvt-wtmp
+NOMAN= YES
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud