diff options
author | ru <ru@FreeBSD.org> | 2002-06-06 14:07:45 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-06-06 14:07:45 +0000 |
commit | 638fc11b92e63590b1a8d3e3a65324ce2ae5c6dc (patch) | |
tree | 1bd453c61252ae657a83ad360d3f41499d4eac5e /tools/3.0-upgrade | |
parent | eac60c3d5c740cce48a650d281671ca58518abe0 (diff) | |
download | FreeBSD-src-638fc11b92e63590b1a8d3e3a65324ce2ae5c6dc.zip FreeBSD-src-638fc11b92e63590b1a8d3e3a65324ce2ae5c6dc.tar.gz |
Tidy up.
Diffstat (limited to 'tools/3.0-upgrade')
-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 fedda74..3c78cd4 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> |