freebsd_amp_hwpstate/usr.sbin/elf2exe/Makefile

10 lines
125 B
Makefile

# $FreeBSD$
PROG= elf2exe
SRCS= elf2exe.c
MAN8= elf2exe.8
CFLAGS+= -Wall
MANSUBDIR=/${MACHINE_ARCH}
.include <bsd.prog.mk>