mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
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>
|