10 lines
135 B
Makefile
10 lines
135 B
Makefile
# $FreeBSD$
|
|
|
|
TARGET_ARCH?= ${MACHINE_ARCH}
|
|
|
|
PROG= gensetdefs
|
|
MAN8= gensetdefs.8
|
|
CFLAGS+= -Darch_${TARGET_ARCH}
|
|
|
|
.include <bsd.prog.mk>
|