e2d79f66c4
directory to top level makefile.
8 lines
119 B
Makefile
8 lines
119 B
Makefile
PROG= co
|
|
|
|
SRCS= co.c
|
|
LDADD= -L${.CURDIR}/../lib/${.CURDIR} -lrcs
|
|
CFLAGS+= -I${.CURDIR}/../lib
|
|
|
|
.include <bsd.prog.mk>
|