minix/commands/yap/Makefile

12 lines
257 B
Makefile
Raw Normal View History

# yap Makefile
2005-04-21 16:53:53 +02:00
PROG= yap
SRCS= assert.c commands.c display.c getcomm.c getline.c help.c \
keys.c machine.c main.c options.c output.c pattern.c \
process.c prompt.c term.c
CPPFLAGS+= -wa
LINKS+= ${BINDIR}/yap ${BINDIR}/more
MAN=
2005-04-21 16:53:53 +02:00
.include <minix.prog.mk>