Deleted Added
full compact
Makefile (75782) Makefile (75831)
1# $NetBSD: Makefile,v 1.2 1995/07/03 21:24:39 cgd Exp $
2# $FreeBSD: head/usr.bin/xlint/lint2/Makefile 75782 2001-04-21 11:17:44Z asmodai $
1# $NetBSD: Makefile,v 1.2 1995/07/03 21:24:39 cgd Exp $
2# $FreeBSD: head/usr.bin/xlint/lint2/Makefile 75831 2001-04-22 17:06:12Z asmodai $
3
4.PATH: ${.CURDIR}/../lint1
5
6PROG= lint2
7SRCS= main2.c hash.c read.c mem.c mem2.c chk.c msg.c emit.c emit2.c
8NOMAN=
9CFLAGS+=-I${.CURDIR}/../lint1
10LINTFLAGS=-abehrz
11
12BINDIR= /usr/libexec
13
14.include <bsd.prog.mk>
3
4.PATH: ${.CURDIR}/../lint1
5
6PROG= lint2
7SRCS= main2.c hash.c read.c mem.c mem2.c chk.c msg.c emit.c emit2.c
8NOMAN=
9CFLAGS+=-I${.CURDIR}/../lint1
10LINTFLAGS=-abehrz
11
12BINDIR= /usr/libexec
13
14.include <bsd.prog.mk>