]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - usr.bin/xlint/lint2/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / usr.bin / xlint / lint2 / Makefile
1 #       $NetBSD: Makefile,v 1.2 1995/07/03 21:24:39 cgd Exp $
2 # $FreeBSD$
3
4 .PATH:  ${.CURDIR}/../lint1
5
6 PROG=   lint2
7 SRCS=   main2.c hash.c read.c mem.c mem2.c chk.c msg.c emit.c emit2.c inittyp.c
8 NO_MAN=
9 CFLAGS+=-I${.CURDIR}/../lint1
10 LINTFLAGS=-abehrz
11
12 BINDIR= /usr/libexec
13
14 .include <bsd.prog.mk>