386BSD 0.1 development
[unix-history] / usr / src / usr.bin / ctags / Makefile
CommitLineData
f662bcd5
WJ
1# @(#)Makefile 5.6 (Berkeley) 5/11/90
2
3PROG= ctags
4CFLAGS+=-I${.CURDIR}
5SRCS= C.c ctags.c fortran.c lisp.c print.c tree.c yacc.c
6
7.include <bsd.prog.mk>