1PACKAGE= console-tools 2PROG= msconvd 3SRCS= ${PROG}.c 4LIBADD= util 5BINDIR= /usr/sbin 6MAN= ${PROG}.8 7 8.include <bsd.prog.mk> 9