summaryrefslogtreecommitdiff
path: root/security/dcetest/files/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/dcetest/files/patch-Makefile')
-rw-r--r--security/dcetest/files/patch-Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/security/dcetest/files/patch-Makefile b/security/dcetest/files/patch-Makefile
new file mode 100644
index 000000000000..9a12138dcf38
--- /dev/null
+++ b/security/dcetest/files/patch-Makefile
@@ -0,0 +1,10 @@
+--- Makefile.orig Sat Jan 11 06:22:46 2003
++++ Makefile Sat Jan 11 06:23:10 2003
+@@ -1,6 +1,6 @@
+ .SUFFIXES: .a .o .c
+ CC = gcc
+-CFLAGS = -Wall -funsigned-char -c -fPIC -ggdb
++CFLAGS += -Wall -funsigned-char -c -fPIC -ggdb
+
+ BINS = dcetest
+ ALL = $(BINS)