repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git]
/
usr.bin
/
xlint
/
lint2
/
Makefile
blob
208d2af1a335efb2eb20bfee1bcc2725d49cd5dd
1
# $NetBSD: Makefile,v 1.16 2005/04/07 16:28:40 christos Exp $
2
3
NOMAN
=
# defined
4
5
PROG
=
lint2
6
SRCS
=
main2.c hash.c read.c mem.c mem2.c chk.c msg.c emit.c emit2.c \
7
inittyp.c tyname.c
8
LINTFLAGS
= -
abehrz
9
BINDIR
= /
usr
/
libexec
10
CPPFLAGS
+= -
DPASS
=
\"
${
PROG
}
.h
\"
-
I
${
.CURDIR
}
11
12
.
include
<
bsd.prog.mk
>