386BSD 0.1 development
authorWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Fri, 11 May 1990 20:51:04 +0000 (12:51 -0800)
committerWilliam F. Jolitz <wjolitz@soda.berkeley.edu>
Fri, 11 May 1990 20:51:04 +0000 (12:51 -0800)
Work on file usr/src/usr.bin/ctags/Makefile

Co-Authored-By: Lynne Greer Jolitz <ljolitz@cardio.ucsf.edu>
Synthesized-from: 386BSD-0.1

usr/src/usr.bin/ctags/Makefile [new file with mode: 0644]

diff --git a/usr/src/usr.bin/ctags/Makefile b/usr/src/usr.bin/ctags/Makefile
new file mode 100644 (file)
index 0000000..7c51e29
--- /dev/null
@@ -0,0 +1,7 @@
+#      @(#)Makefile    5.6 (Berkeley) 5/11/90
+
+PROG=  ctags
+CFLAGS+=-I${.CURDIR}
+SRCS=  C.c ctags.c fortran.c lisp.c print.c tree.c yacc.c
+
+.include <bsd.prog.mk>