6 lines
80 B
Makefile
6 lines
80 B
Makefile
|
all: cvt-wtmp
|
||
|
|
||
|
cvt-wtmp: cvt-wtmp.c /usr/include/utmp.h
|
||
|
|
||
|
.include <bsd.prog.mk>
|