c0c8d25799
Makes things easier for pkgsrc
8 lines
139 B
Makefile
8 lines
139 B
Makefile
# 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>
|