mirror of
https://github.com/opnsense/src.git
synced 2026-03-21 18:30:08 -04:00
8 lines
108 B
Makefile
8 lines
108 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= elf2exe
|
|
MAN= elf2exe.8
|
|
CFLAGS+= -Wall
|
|
MANSUBDIR=/${MACHINE_ARCH}
|
|
|
|
.include <bsd.prog.mk>
|