c0c8d25799
Makes things easier for pkgsrc
9 lines
172 B
Makefile
9 lines
172 B
Makefile
# swifi Makefile
|
|
|
|
PROG= swifi
|
|
SRCS= systest.c fault_model.c extra.c db_sym.c db_disasm.c \
|
|
db_access.c read_nlist.c
|
|
CPPFLAGS+= -DCONFIG_SWIFI
|
|
MAN=
|
|
|
|
.include <bsd.prog.mk>
|