# Makefile for gas2ack.

PROG=	gas2ack
SRCS=	asm86.c gas2ack.c globals.c parse_gnu.c \
	tokenize.c emit_ack.c
MAN=

.include <bsd.prog.mk>
