minix/commands/awk/Makefile

8 lines
144 B
Makefile
Raw Normal View History

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