minix/commands/gas2ack/Makefile

9 lines
139 B
Makefile
Raw Normal View History

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