c8194f0876
headers, and a few other insignificant changes.
10 lines
184 B
Makefile
10 lines
184 B
Makefile
# $Id: Makefile,v 1.2 1993/08/02 17:46:59 mycroft Exp $
|
|
|
|
PROG= co
|
|
CFLAGS+= -I${.CURDIR}/../lib
|
|
LDADD= ${LIBRCS}
|
|
DPADD= ${LIBRCS}
|
|
|
|
.include "../../Makefile.inc"
|
|
.include <bsd.prog.mk>
|