blob: 29954fbb0d5de20e48409adf054c3d2569df6452 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- 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
|