mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
2cf0660cea
lex source is still handled bogusly.
16 lines
301 B
Makefile
16 lines
301 B
Makefile
# $Id: Makefile,v 1.8 1998/03/20 16:21:39 bde Exp $
|
|
|
|
PROG= compile_et
|
|
SRCS= compile_et.c error_table.y
|
|
CFLAGS+=-I. -I${.CURDIR}/../../lib/libcom_err
|
|
LFLAGS+=-l
|
|
YFLAGS=
|
|
DPADD= ${LIBL}
|
|
LDADD= -ll
|
|
CLEANFILES= et_lex.lex.c
|
|
|
|
error_table.o: et_lex.lex.c
|
|
|
|
.include <bsd.prog.mk>
|
|
|
|
${DEPENDFILE}: et_lex.lex.c
|