[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / ctags

Annotation of src/usr.bin/ctags/Makefile, Revision 1.3

1.3     ! deraadt     1: #      $OpenBSD: Makefile,v 1.2 1996/06/26 05:32:27 deraadt Exp $
1.1       deraadt     2:
                      3: PROG=  ctags
                      4: CFLAGS+=-I${.CURDIR}
                      5: SRCS=  C.c ctags.c fortran.c lisp.c print.c tree.c yacc.c
                      6:
                      7: .include <bsd.prog.mk>