repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
kernel: scheduling fix for ARM
[minix.git]
/
commands
/
swifi
/
Makefile
blob
88d14b3a75e8a58912c485ddb89a15386e82d957
1
# swifi Makefile
2
3
PROG
=
swifi
4
SRCS
=
systest.c fault_model.c extra.c db_sym.c db_disasm.c \
5
db_access.c read_nlist.c
6
CPPFLAGS
+= -
DCONFIG_SWIFI
7
DPADD
+= ${
LIBELF
}
8
LDADD
+= -
lelf
9
MAN
=
10
11
.
include
<
bsd.prog.mk
>