NetBSD/usr.bin/xlint/lint1/Makefile

17 lines
323 B
Makefile
Raw Normal View History

1997-10-24 13:00:17 +04:00
# $NetBSD: Makefile,v 1.5 1997/10/24 09:01:12 lukem Exp $
PROG= lint1
SRCS= cgram.c scan.c mem1.c mem.c err.c main1.c decl.c tree.c func.c \
init.c emit.c emit1.c
NOMAN=
LDADD+= -ll
DPADD+= ${LIBL}
YFLAGS= -d
1997-10-24 13:00:17 +04:00
CPPFLAGS+=-I.
LINTFLAGS=-aehpz
CLEANFILES+=y.tab.h cgram.c scan.c
BINDIR= /usr/libexec
.include <bsd.prog.mk>