diff options
Diffstat (limited to 'devel/mk/files/patch-lib::9::Makefile')
-rw-r--r-- | devel/mk/files/patch-lib::9::Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/mk/files/patch-lib::9::Makefile b/devel/mk/files/patch-lib::9::Makefile new file mode 100644 index 000000000000..afbee6123466 --- /dev/null +++ b/devel/mk/files/patch-lib::9::Makefile @@ -0,0 +1,11 @@ +--- lib/9/Makefile.orig Sun Oct 19 01:51:44 2003 ++++ lib/9/Makefile Sun Oct 19 01:51:50 2003 +@@ -16,7 +16,7 @@ + newprint.o + + TARG=../lib9.a +-CFLAGS=-g -I../../include ++CFLAGS+=-g -I../../include + + all: $(TARG) + |