diff options
| author | Garrett Wollman <wollman@FreeBSD.org> | 1995-01-14 22:30:32 +0000 |
|---|---|---|
| committer | Garrett Wollman <wollman@FreeBSD.org> | 1995-01-14 22:30:32 +0000 |
| commit | d8baa34b91933b47c2ea2ecd50b120a6d47eb908 (patch) | |
| tree | d193d343d8cfefcc0d8e36dc1219ec6ac9fec916 /usr.bin/compile_et | |
| parent | 5e914d3b8d9a7b2955676d211645be11996bed62 (diff) | |
Notes
Diffstat (limited to 'usr.bin/compile_et')
| -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 e8bb5a2db72d..9fb831a54911 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 |
