aboutsummaryrefslogtreecommitdiff
path: root/tools/3.0-upgrade/Makefile
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>1996-12-16 16:12:35 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>1996-12-16 16:12:35 +0000
commit45802f2a8aeaa2ce0375c9a7a27fb87bd908765a (patch)
tree2a3278f6fd4d56a0a2d1119e043b90e64571b297 /tools/3.0-upgrade/Makefile
parent757495f1e4c92de84eb33fe813a295fa2fbf41a7 (diff)
Start collecting transition tools for upgrading a system to 3.0.
Subject to be moved elsewhere in case we decided on a more cmplete upgrade toolset. Right now, put it here so that people can upgrade their wtmp files if they want. Note that the tool is not yet fully bullet-prrof. It tries to do its best however.
Notes
Notes: svn path=/head/; revision=20551
Diffstat (limited to 'tools/3.0-upgrade/Makefile')
-rw-r--r--tools/3.0-upgrade/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/3.0-upgrade/Makefile b/tools/3.0-upgrade/Makefile
new file mode 100644
index 000000000000..68ab9f1f5dde
--- /dev/null
+++ b/tools/3.0-upgrade/Makefile
@@ -0,0 +1,5 @@
+all: cvt-wtmp
+
+cvt-wtmp: cvt-wtmp.c /usr/include/utmp.h
+
+.include <bsd.prog.mk>