freebsd-dev/tools/3.0-upgrade/Makefile
Joerg Wunsch 19e5d9d8ac 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.
1997-01-02 11:54:59 +00:00

9 lines
105 B
Makefile

all: cvt-wtmp
CLEANFILES += cvt-wtmp
cvt-wtmp: cvt-wtmp.c /usr/include/utmp.h
.include <bsd.prog.mk>