NetBSD/usr.bin/crunch/crunchide/Makefile
perry 88a54d8a99 1) RCSid police
2) Add __RCSIDs where apropriate.
3) WARNS=1, and clean up sources for WARNS=1 (including replacement of
   a mktemp with a mkstemp even though it was probably safe...)
4) Some other small cosmetic changes
1997-08-02 21:30:05 +00:00

7 lines
170 B
Makefile

# $NetBSD: Makefile,v 1.4 1997/08/02 21:30:14 perry Exp $
PROG= crunchide
SRCS= crunchide.c exec_aout.c exec_ecoff.c exec_elf32.c exec_elf64.c
.include <bsd.prog.mk>