summaryrefslogtreecommitdiffstats
path: root/usr.bin/compile_et
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1995-01-14 20:58:00 +0000
committerwollman <wollman@FreeBSD.org>1995-01-14 20:58:00 +0000
commit0c9f17934ce338fa7026374cfea0203d82778af1 (patch)
tree94e7e1a953da4ce1d8d53ffa626bfed707f477b6 /usr.bin/compile_et
parente3a72f4e75fe5c2075efc5bad93f2cce04f119fa (diff)
downloadFreeBSD-src-0c9f17934ce338fa7026374cfea0203d82778af1.zip
FreeBSD-src-0c9f17934ce338fa7026374cfea0203d82778af1.tar.gz
Slight makefile cleanup.
Diffstat (limited to 'usr.bin/compile_et')
-rw-r--r--usr.bin/compile_et/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/compile_et/Makefile b/usr.bin/compile_et/Makefile
index 9b988267..843e005 100644
--- a/usr.bin/compile_et/Makefile
+++ b/usr.bin/compile_et/Makefile
@@ -1,10 +1,9 @@
# From: @(#)Makefile 5.1 (Berkeley) 6/25/90
-# $Id: Makefile,v 1.2 1994/07/19 19:21:23 g89r4222 Exp $
+# $Id: Makefile,v 1.1.1.1 1994/09/30 14:49:49 csgr Exp $
PROG= compile_et
CFLAGS+=-I. -I${.CURDIR}
-SRCS= compile_et.c error_message.c et_name.c init_et.c perror.c
-OBJS+= error_table.o
+SRCS= compile_et.c error_message.c et_name.c init_et.c perror.c error_table.c
DPADD= ${LIBL}
LDADD= -ll
CLEANFILES=et_lex.lex.c y.tab.c y.tab.h error_table.c
OpenPOWER on IntegriCloud