freebsd-dev/usr.sbin/crunch/crunchide/Makefile
Jordan K. Hubbard 2ec21a68f0 Teach crunch about an elf/a.out world.
Submitted by:	jhay
1998-09-14 11:35:32 +00:00

7 lines
100 B
Makefile

PROG= crunchide
SRCS= crunchide.c exec_aout.c exec_elf32.c exec_elf64.c
.include <bsd.prog.mk>