summaryrefslogtreecommitdiffstats
path: root/usr.bin/compile_et/Makefile
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>1999-09-04 09:52:36 +0000
committermarkm <markm@FreeBSD.org>1999-09-04 09:52:36 +0000
commit3f27ca11404bfee6ad95039f41fe9625062bf654 (patch)
tree0dfea1e6c3c821e4454301f7c4824fe1a7ae9bf6 /usr.bin/compile_et/Makefile
parent444a62d6e11e4184062a6f4999c3986590ebbdfc (diff)
downloadFreeBSD-src-3f27ca11404bfee6ad95039f41fe9625062bf654.zip
FreeBSD-src-3f27ca11404bfee6ad95039f41fe9625062bf654.tar.gz
Build this from contrib/ now.
Diffstat (limited to 'usr.bin/compile_et/Makefile')
-rw-r--r--usr.bin/compile_et/Makefile13
1 files changed, 3 insertions, 10 deletions
diff --git a/usr.bin/compile_et/Makefile b/usr.bin/compile_et/Makefile
index d8cd738..a84460a 100644
--- a/usr.bin/compile_et/Makefile
+++ b/usr.bin/compile_et/Makefile
@@ -1,16 +1,9 @@
# $FreeBSD$
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
+SRCS= compile_et.c parse.y lex.l getarg.c
+CFLAGS+=-I. -I${.CURDIR}/../../contrib/com_err
.include <bsd.prog.mk>
-${DEPENDFILE}: et_lex.lex.c
+.PATH: ${.CURDIR}/../../contrib/com_err
OpenPOWER on IntegriCloud