minix/commands/patch/Makefile
Arun Thomas b0159ad168 Buildsystem changes for GCC
-Makefile updates
-Update mkdep
-Build fixes/warning cleanups for some programs
-Restore leading underscores on global syms in kernel asm files
-Increase ramdisk size
2010-05-19 13:24:15 +00:00

9 lines
137 B
Makefile

# Makefile for patch
PROG= patch
SRCS= patch.c pch.c inp.c util.c version.c
CPPFLAGS+= -DVOIDSIG -DSMALL
MAN=
.include <minix.prog.mk>