mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-05 05:49:27 +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>
|