mirror of
https://github.com/opnsense/src.git
synced 2026-02-24 02:10:45 -05:00
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.
11 lines
286 B
Makefile
11 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>
|