mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
9 lines
139 B
Makefile
9 lines
139 B
Makefile
# $FreeBSD$
|
|
|
|
TARGET_ARCH?= ${MACHINE_ARCH}
|
|
|
|
PROG= genassym
|
|
MAN8= genassym.8
|
|
CFLAGS+= -Wall -Darch_${TARGET_ARCH}
|
|
|
|
.include <bsd.prog.mk>
|