e52ff61466
the source files. E.g., the stale version of locate.cc in the source directory was sometimes used. We didn't even use beforedepend. Added temporary files to CLEANFILES. Fixed some style bugs.
12 lines
286 B
Makefile
12 lines
286 B
Makefile
# $Id$
|
|
|
|
PROG= refer
|
|
SRCS= command.cc label.cc ref.cc refer.cc token.cc
|
|
CFLAGS+= -I${.CURDIR}/../include
|
|
DPADD= ${LIBBIB} ${LIBGROFF} ${LIBM}
|
|
LDADD= ${LIBBIB} ${LIBGROFF} -lm
|
|
CLEANFILES= label.cc label.tab.h ${MAN1} y.tab.c y.tab.h
|
|
|
|
.include "../Makefile.cfg"
|
|
.include <bsd.prog.mk>
|