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
No empty .Rs/.Re
[netbsd-mini2440.git]
/
sys
/
netiso
/
xebec
/
Makefile
blob
f37ae0f3e0721680f1de76f8394e994ee039f3e7
1
# $NetBSD: Makefile,v 1.9 2001/12/12 01:50:19 tv Exp $
2
# @(#)Makefile 5.16 (Berkeley) 4/26/91
3
4
PROG
=
xebec
5
SRCS
=
llparse.c llscan.c main.c malloc.c procs.c putdriver.c sets.c xebec.c
6
CPPFLAGS
+= -
Wall
-
DDEBUG
7
NOMAN
=
# defined
8
WARNS
=
0
9
10
.
include
<
bsd.prog.mk
>