freebsd_amp_hwpstate/usr.bin/elfctl/Makefile

12 lines
164 B
Makefile

# $FreeBSD$
ELFTCDIR= ${SRCTOP}/contrib/elftoolchain
PROG= elfctl
LIBADD= elftc elf
CFLAGS+=-I${ELFTCDIR}/libelftc -I${ELFTCDIR}/common
.include <bsd.prog.mk>