2ec21a68f0
Submitted by: jhay
7 lines
100 B
Makefile
7 lines
100 B
Makefile
|
|
PROG= crunchide
|
|
|
|
SRCS= crunchide.c exec_aout.c exec_elf32.c exec_elf64.c
|
|
|
|
.include <bsd.prog.mk>
|