minix/commands/de/Makefile

10 lines
185 B
Makefile
Raw Normal View History

2005-04-21 16:53:53 +02:00
# Makefile for de
PROG= de
SRCS= de.c de_stdin.c de_stdout.c de_diskio.c de_recover.c
CPPFLAGS+= -I${MINIXSRCDIR}/servers
CPPFLAGS+= -D_POSIX_1_SOURCE=2
MAN=
2005-04-21 16:53:53 +02:00
.include <minix.prog.mk>