aboutsummaryrefslogtreecommitdiff
path: root/tools/3.0-upgrade/Makefile
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2002-06-06 14:07:45 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2002-06-06 14:07:45 +0000
commitc2968c883170beb0bf871f85f33c06eb7c06bb2c (patch)
tree1bd453c61252ae657a83ad360d3f41499d4eac5e /tools/3.0-upgrade/Makefile
parentc101b5f3f3d96362b72494185f99cd2845d9af0a (diff)
Tidy up.
Notes
Notes: svn path=/head/; revision=97932
Diffstat (limited to 'tools/3.0-upgrade/Makefile')
-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 fedda749c571..3c78cd4785e2 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>