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>
|