Remove unneeded inclusions of <sys/cdefs.h> throughout the tree.
[games.git] / usr.bin / xlint / lint2 / Makefile
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 $
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
8 NOMAN=
9 CFLAGS+=-I${.CURDIR}/../lint1
10 LINTFLAGS=-abehrz
11
12 BINDIR= /usr/libexec
13
14 .include <bsd.prog.mk>