1PROG= co 2CFLAGS+= -I${.CURDIR}/../lib 3LDADD= ${LIBRCS} 4DPADD= ${LIBRCS} 5 6.include "../../Makefile.inc" 7.include <bsd.prog.mk> 8