xref: /minix3/usr.bin/ctags/Makefile (revision 3e1db26a5a6252fcff0898d4cb0c3fa16ccf561d)
1#	$NetBSD: Makefile,v 1.13 2012/08/10 12:10:27 joerg Exp $
2#	@(#)Makefile	8.1 (Berkeley) 6/6/93
3
4PROG=	ctags
5CPPFLAGS+=-I${.CURDIR}
6SRCS=	C.c ctags.c fortran.c lisp.c print.c tree.c yacc.c
7
8.if !defined(HOSTPROGNAME)
9COPTS.ctags.c+=	-Wno-pointer-sign
10.endif
11
12.include <bsd.prog.mk>
13