summaryrefslogtreecommitdiffstats
path: root/usr.bin/compile_et/Makefile
diff options
context:
space:
mode:
authorcsgr <csgr@FreeBSD.org>1994-09-30 14:50:09 +0000
committercsgr <csgr@FreeBSD.org>1994-09-30 14:50:09 +0000
commit01b6212fdaabac9e7b9fa82f4610187c9500e6f7 (patch)
tree73ad01318d0e095044598ee7117fdd90dcf40d05 /usr.bin/compile_et/Makefile
downloadFreeBSD-src-01b6212fdaabac9e7b9fa82f4610187c9500e6f7.zip
FreeBSD-src-01b6212fdaabac9e7b9fa82f4610187c9500e6f7.tar.gz
Initial import of eBones.
(Including all changes for FreeBSD - importing the original eBones distribution would be too complex at this stage, since I don't have access to Piero's CVS.) (If you want to include eBones in your system, don't forget to include MAKE_EBONES in /etc/make.conf.) (This stuff is now also suppable from braae.ru.ac.za.) Bones originally from MIT SIPB. Original port to FreeBSD 1.x by Piero Serini. Moved to FreeBSD 2.0 by Doug Rabson and Geoff Rehmet. Nice bug fixes from Doug Rabson.
Diffstat (limited to 'usr.bin/compile_et/Makefile')
-rw-r--r--usr.bin/compile_et/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/usr.bin/compile_et/Makefile b/usr.bin/compile_et/Makefile
new file mode 100644
index 0000000..9b988267
--- /dev/null
+++ b/usr.bin/compile_et/Makefile
@@ -0,0 +1,15 @@
+# From: @(#)Makefile 5.1 (Berkeley) 6/25/90
+# $Id: Makefile,v 1.2 1994/07/19 19:21:23 g89r4222 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
+DPADD= ${LIBL}
+LDADD= -ll
+CLEANFILES=et_lex.lex.c y.tab.c y.tab.h error_table.c
+NOMAN= noman
+
+error_table.c: et_lex.lex.c
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud