diff options
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/compile_et/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/compile_et/Makefile b/usr.bin/compile_et/Makefile index e8bb5a2..9fb831a 100644 --- a/usr.bin/compile_et/Makefile +++ b/usr.bin/compile_et/Makefile @@ -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 |