diff options
Diffstat (limited to 'security/cracklib/files/patch-util::Makefile')
-rw-r--r-- | security/cracklib/files/patch-util::Makefile | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/security/cracklib/files/patch-util::Makefile b/security/cracklib/files/patch-util::Makefile deleted file mode 100644 index 29954fbb0d5d..000000000000 --- a/security/cracklib/files/patch-util::Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- util/Makefile.orig Mon Mar 15 04:47:13 2004 -+++ util/Makefile Mon Mar 15 04:47:19 2004 -@@ -14,7 +14,7 @@ - #SunOS users (and others?) should consider static linking of their passwd binary - #CFLAGS= -O -I../cracklib '-DCRACKLIB_DICTPATH="$(DICTPATH)"' -Bstatic - --CFLAGS= -O -I../cracklib '-DCRACKLIB_DICTPATH="$(DICTPATH)"' -+CFLAGS+=-I../cracklib '-DCRACKLIB_DICTPATH="$(DICTPATH)"' - LIBS= ../cracklib/libcrack.a - - all: packer unpacker testnum teststr testlib |