3fbbdea6b1
o Fix printf format specifiers on Alpha and add i386 version. o Minor style fixes while there. o Add -Wall compiler option.
10 lines
125 B
Makefile
10 lines
125 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= elf2exe
|
|
SRCS= elf2exe.c
|
|
MAN8= elf2exe.8
|
|
CFLAGS+= -Wall
|
|
MANSUBDIR=/${MACHINE_ARCH}
|
|
|
|
.include <bsd.prog.mk>
|