19e5d9d8ac
slightly bogus wtmp files (it definately helps in Jordan's case). Also add a README explaining what all this is for.
9 lines
105 B
Makefile
9 lines
105 B
Makefile
all: cvt-wtmp
|
|
|
|
CLEANFILES += cvt-wtmp
|
|
|
|
cvt-wtmp: cvt-wtmp.c /usr/include/utmp.h
|
|
|
|
|
|
.include <bsd.prog.mk>
|