minix/commands/yap/Makefile

16 lines
342 B
Makefile
Raw Normal View History

# yap Makefile
2005-04-21 16:53:53 +02:00
# XXX: Can only be built with ACK currently
CC:=${CC:C/^gcc/cc/}
COMPILER_TYPE:=ack
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>