diff options
author | wollman <wollman@FreeBSD.org> | 1995-01-14 22:30:32 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 1995-01-14 22:30:32 +0000 |
commit | ba3292be1a5cddef4efea878f196f19b5a0bc554 (patch) | |
tree | d193d343d8cfefcc0d8e36dc1219ec6ac9fec916 /usr.bin | |
parent | 479760c2d1e817f812fa71973482213f15d0a540 (diff) | |
download | FreeBSD-src-ba3292be1a5cddef4efea878f196f19b5a0bc554.zip FreeBSD-src-ba3292be1a5cddef4efea878f196f19b5a0bc554.tar.gz |
Fix include directive bobble.
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 |