blob: 4fc5eda8e78800b725289f8b03e3d692e97108d4 (
plain) (
blame)
1
2
3
4
5
6
7
|
# $OpenBSD: Makefile,v 1.3 1997/09/21 11:48:50 deraadt Exp $
PROG= ctags
CFLAGS+=-I${.CURDIR}
SRCS= C.c ctags.c fortran.c lisp.c print.c tree.c yacc.c
.include <bsd.prog.mk>
|