freebsd-dev/usr.bin/genassym/Makefile
1999-12-23 11:07:45 +00:00

10 lines
139 B
Makefile

# $FreeBSD$
TARGET_ARCH?= ${MACHINE_ARCH}
PROG= genassym
MAN8= genassym.8
CFLAGS+= -Wall -Darch_${TARGET_ARCH}
.include <bsd.prog.mk>