1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-21 11:13:30 +00:00
freebsd/tools/3.0-upgrade/Makefile

9 lines
105 B
Makefile
Raw Normal View History

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