aboutsummaryrefslogtreecommitdiff
path: root/tools/3.0-upgrade/Makefile
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>1997-01-02 11:54:59 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>1997-01-02 11:54:59 +0000
commit19e5d9d8ac8807dd97dbe6c6c574e88081a0819b (patch)
tree38f83eb2186ddf51d3dc2bf50d1a80622ee7b146 /tools/3.0-upgrade/Makefile
parentd98b19d1e3fd842894ccc5f79c927eb6387f8ebc (diff)
Add a -f (`force') option to cvt-wtmp. This might help people with
slightly bogus wtmp files (it definately helps in Jordan's case). Also add a README explaining what all this is for.
Notes
Notes: svn path=/head/; revision=21193
Diffstat (limited to 'tools/3.0-upgrade/Makefile')
-rw-r--r--tools/3.0-upgrade/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/3.0-upgrade/Makefile b/tools/3.0-upgrade/Makefile
index 68ab9f1f5dde..fedda749c571 100644
--- a/tools/3.0-upgrade/Makefile
+++ b/tools/3.0-upgrade/Makefile
@@ -1,5 +1,8 @@
all: cvt-wtmp
+CLEANFILES += cvt-wtmp
+
cvt-wtmp: cvt-wtmp.c /usr/include/utmp.h
+
.include <bsd.prog.mk>