Default rule (for sourcelist).
[unix-history] / usr / src / usr.bin / tn3270 / distribution / arpa / makefile
PRINT = lpr -p
ALLC =
ALLH = telnet.h
ALLPRINT = ${ALLH} ${ALLC}
ALLSOURCE = ${ALLPRINT} makefile makefile.mak
clean:
action:
${ACTION}
print:
${PRINT} ${ALLPRINT}
sourcelist: ${ALLSOURCE}
@for i in ${ALLSOURCE}; \
do (echo ${DIRPATH}/$$i); done
.DEFAULT:
sccs get $<