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

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

1.1     ! deraadt     1: #      $NetBSD: Makefile,v 1.3 1995/03/26 20:14:03 glass Exp $
        !             2: #      @(#)Makefile    8.1 (Berkeley) 6/6/93
        !             3:
        !             4: PROG=  ctags
        !             5: CFLAGS+=-I${.CURDIR}
        !             6: SRCS=  C.c ctags.c fortran.c lisp.c print.c tree.c yacc.c
        !             7:
        !             8: .include <bsd.prog.mk>