3e11bd9e2a
Reduce overlinking
13 lines
205 B
Makefile
13 lines
205 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../contrib/com_err
|
|
|
|
PROG= compile_et
|
|
SRCS= compile_et.c parse.y lex.l
|
|
LIBADD= roken vers
|
|
CFLAGS+=-I. -I${.CURDIR}/../../contrib/com_err
|
|
|
|
WARNS?= 0
|
|
|
|
.include <bsd.prog.mk>
|