xref: /netbsd/usr.bin/xlint/xlint/Makefile (revision c4a72b64)
1#	$NetBSD: Makefile,v 1.13 2002/06/14 23:20:42 simonb Exp $
2
3.PATH:		${.CURDIR}/../lint1
4.PATH:		${.CURDIR}/../../mkdep
5
6PROG=		xlint
7SRCS=		xlint.c mem.c findcc.c
8PROGNAME= 	lint
9MAN=		lint.1
10
11CPPFLAGS+=	-I${.CURDIR}/../lint1
12CPPFLAGS+=	-I${.CURDIR}/../../mkdep
13
14.ifndef HOSTPROG
15.include <bsd.prog.mk>
16.endif
17