diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-06-06 14:07:45 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-06-06 14:07:45 +0000 |
commit | c2968c883170beb0bf871f85f33c06eb7c06bb2c (patch) | |
tree | 1bd453c61252ae657a83ad360d3f41499d4eac5e /tools/3.0-upgrade/Makefile | |
parent | c101b5f3f3d96362b72494185f99cd2845d9af0a (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/Makefile | 8 |
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> |