ILIST		= awk
IDIR		= /usr/bin/

OTHERS=

OTHERS+=awk
awk:awk.ibmstub
	-${RM} -f ${.TARGET}
	${CP} -f ${.ALLSRC} ${.TARGET}

.include <${RULES_MK}>
