diff options
Diffstat (limited to 'security/chrootuid/files/patch-Makefile')
-rw-r--r-- | security/chrootuid/files/patch-Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/chrootuid/files/patch-Makefile b/security/chrootuid/files/patch-Makefile new file mode 100644 index 000000000000..0c2d31bc12e2 --- /dev/null +++ b/security/chrootuid/files/patch-Makefile @@ -0,0 +1,11 @@ +--- Makefile.orig Thu Aug 12 07:09:31 1993 ++++ Makefile Sun Jun 23 15:01:35 2002 +@@ -1,7 +1,7 @@ + # @(#) Makefile 1.2 93/08/12 16:09:29 + + FILES = README Makefile chrootuid.c chrootuid.1 +-CFLAGS = -O ++CFLAGS ?= -O + + all: chrootuid chrootuid.1 + |