VERSION= 1.2 PROG= scr2txt scr2txt-${VERSION}.tar: scr2txt.c Makefile shot1.scr shot2.scr scr2txt.1 tar cf ${.TARGET} ${.ALLSRC} scr2txt-${VERSION}.tar.gz: scr2txt-${VERSION}.tar gzip -f -9 ${.ALLSRC} dist: scr2txt-${VERSION}.tar.gz .include