minix/commands/awk/Makefile
2010-05-12 16:28:54 +00:00

7 lines
144 B
Makefile

.include <minix.own.mk>
PROG= awk
SRCS= awkgram.y b.c lex.c lib.c main.c parse.c proctab.c run.c tran.c
YHEADER= yes
.include <minix.prog.mk>