]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - usr.bin/xlint/xlint/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / usr.bin / xlint / xlint / Makefile
1 #       $NetBSD: Makefile,v 1.2 1995/07/03 21:25:14 cgd Exp $
2 # $FreeBSD$
3
4 .PATH:  ${.CURDIR}/../lint1
5
6 PROG=   xlint
7 PROGNAME=       lint
8 SRCS=   xlint.c mem.c
9 MAN=    lint.1
10
11 CFLAGS+=-I${.CURDIR}/../lint1
12 CFLAGS+= -DPREFIX=\"${TOOLS_PREFIX}\"
13
14 .include "${.CURDIR}/../../Makefile.inc"
15 .include <bsd.prog.mk>