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
Fix up mix of man(7)/mdoc(7).
[netbsd-mini2440.git]
/
usr.bin
/
yacc
/
Makefile
blob
481568f5db6ea815c3e3cf6d9543c150f09d9c59
1
# $NetBSD: Makefile,v 1.7 2001/08/14 10:18:27 tv Exp $
2
3
PROG
=
yacc
4
SRCS
=
closure.c error.c lalr.c lr0.c main.c mkpar.c output.c reader.c \
5
skeleton.c symtab.c verbose.c warshall.c
6
7
.
include
<
bsd.prog.mk
>