freebsd-dev/usr.bin/ctags/Makefile

9 lines
166 B
Makefile
Raw Normal View History

1994-05-27 12:33:43 +00:00
# @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= ctags
CFLAGS+=-Wall
1994-05-27 12:33:43 +00:00
CFLAGS+=-I${.CURDIR}
SRCS= C.c ctags.c fortran.c lisp.c print.c tree.c yacc.c
.include <bsd.prog.mk>