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 | |
| parent | c101b5f3f3d96362b72494185f99cd2845d9af0a (diff) | |
Notes
Diffstat (limited to 'tools')
| -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> |
