mirror of
https://github.com/opnsense/src.git
synced 2026-03-11 10:43:03 -04:00
9 lines
135 B
Makefile
9 lines
135 B
Makefile
# $FreeBSD$
|
|
|
|
TARGET_ARCH?= ${MACHINE_ARCH}
|
|
|
|
PROG= gensetdefs
|
|
MAN8= gensetdefs.8
|
|
CFLAGS+= -Darch_${TARGET_ARCH}
|
|
|
|
.include <bsd.prog.mk>
|