summaryrefslogtreecommitdiffstats
path: root/usr.bin/xlint/xlint/Makefile
blob: 6cd715f81e287063ac3ce31a31b504d6865b2406 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#	$NetBSD: Makefile,v 1.2 1995/07/03 21:25:14 cgd Exp $
# $FreeBSD$

.PATH:	${.CURDIR}/../lint1

PROG=	xlint
PROGNAME=	lint
SRCS=	xlint.c mem.c
MAN=	lint.1

CFLAGS+=-I${.CURDIR}/../lint1
CFLAGS+= -DPREFIX=\"${TOOLS_PREFIX}\"

WARNS?=	2

.include "${.CURDIR}/../../Makefile.inc"
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud