Fix include directive bobble.

This commit is contained in:
Garrett Wollman 1995-01-14 22:30:32 +00:00
parent 5e914d3b8d
commit d8baa34b91
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=5625

View file

@ -1,8 +1,8 @@
# $Id$
# $Id: Makefile,v 1.3 1995/01/14 22:29:29 wollman Exp $
PROG= compile_et
SRCS= compile_et.c error_table.y
CFLAGS+= -I. -I${.CURDIR}/../libcom_err
CFLAGS+= -I. -I${.CURDIR}/../../lib/libcom_err
CLEANFILES+= et_lex.lex.c
DPADD+= ${LIBL}
LDADD+= -ll