mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-20 15:43:16 +00:00
10 lines
139 B
Makefile
10 lines
139 B
Makefile
# $FreeBSD$
|
|
|
|
TARGET_ARCH?= ${MACHINE_ARCH}
|
|
|
|
PROG= genassym
|
|
MAN8= genassym.8
|
|
CFLAGS+= -Wall -Darch_${TARGET_ARCH}
|
|
|
|
.include <bsd.prog.mk>
|