NetBSD/usr.bin/xlint/lint2/Makefile

14 lines
270 B
Makefile
Raw Normal View History

1997-10-24 13:00:17 +04:00
# $NetBSD: Makefile,v 1.5 1997/10/24 09:01:15 lukem Exp $
.PATH: ${.CURDIR}/../lint1
PROG= lint2
SRCS= main2.c hash.c read.c mem.c mem2.c chk.c msg.c emit.c emit2.c
NOMAN=
1997-10-24 13:00:17 +04:00
CPPFLAGS+=-I${.CURDIR}/../lint1
LINTFLAGS=-abehrz
BINDIR= /usr/libexec
.include <bsd.prog.mk>