Deleted Added
full compact
Makefile (76020) Makefile (91592)
1# $NetBSD: Makefile,v 1.3 1995/07/04 01:53:05 cgd Exp $
1# $NetBSD: Makefile,v 1.3 1995/07/04 01:53:05 cgd Exp $
2# $FreeBSD: head/usr.bin/xlint/lint1/Makefile 76020 2001-04-26 09:44:41Z asmodai $
2# $FreeBSD: head/usr.bin/xlint/lint1/Makefile 91592 2002-03-03 15:12:50Z markm $
3
4PROG= lint1
5SRCS= cgram.y scan.l mem1.c mem.c err.c main1.c decl.c tree.c func.c \
3
4PROG= lint1
5SRCS= cgram.y scan.l mem1.c mem.c err.c main1.c decl.c tree.c func.c \
6 init.c emit.c emit1.c y.tab.h
7NOMAN=
8LDADD+= -ll
9DPADD+= ${LIBL}
6 init.c emit.c emit1.c inittyp.c
7MAN= lint.7
8
9LDADD+= -ll -lm
10DPADD+= ${LIBL} ${LIBM}
10CFLAGS+= -I. -I${.CURDIR}
11LINTFLAGS=-aehpz
12
13BINDIR= /usr/libexec
14
15.include <bsd.prog.mk>
11CFLAGS+= -I. -I${.CURDIR}
12LINTFLAGS=-aehpz
13
14BINDIR= /usr/libexec
15
16.include <bsd.prog.mk>
17
18.PATH: ../common
19
20lint.7: makeman
21 sh ${.CURDIR}/makeman ${.OBJDIR}/${PROG} -m >${.TARGET}