kernel - Video - Add suppor for Intel IGD chipsets (netbook / N450 etc)
[dragonfly.git] / usr.bin / xlint / lint2 / Makefile
blobca88191bf5bced91a0261fe7f29c7e2d35780531
1 # $NetBSD: Makefile,v 1.2 1995/07/03 21:24:39 cgd Exp $
2 # $DragonFly: src/usr.bin/xlint/lint2/Makefile,v 1.2 2007/08/27 16:51:01 pavalos Exp $
4 .PATH: ${.CURDIR}/../lint1
6 PROG= lint2
7 SRCS= main2.c hash.c read.c mem.c mem2.c chk.c msg.c emit.c emit2.c
8 NOMAN=
9 CFLAGS+=-I${.CURDIR}/../lint1
10 LINTFLAGS=-abehrz
12 BINDIR= /usr/libexec
14 .include <bsd.prog.mk>