diff options
author | des <des@FreeBSD.org> | 2002-04-06 19:25:36 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2002-04-06 19:25:36 +0000 |
commit | 4172a237d231d33a84d23463d15b4e1fdbc353fb (patch) | |
tree | 7198044e7dd18f5cfade5dcafca578a1e926924c | |
parent | 91e1b27629182e91fdc2aa4d7a505fa58115a97e (diff) | |
download | FreeBSD-src-4172a237d231d33a84d23463d15b4e1fdbc353fb.zip FreeBSD-src-4172a237d231d33a84d23463d15b4e1fdbc353fb.tar.gz |
Disconnect pam_passwdqc for now, it has some issues that need resolving.
-rw-r--r-- | lib/libpam/modules/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libpam/modules/Makefile.inc b/lib/libpam/modules/Makefile.inc index 0f4efa1..70f85db 100644 --- a/lib/libpam/modules/Makefile.inc +++ b/lib/libpam/modules/Makefile.inc @@ -7,6 +7,7 @@ INTERNALSTATICLIB=yes CFLAGS+= -I${PAMDIR}/include CFLAGS+= -I${.CURDIR}/../../libpam +WARNS?= 4 # This is nasty. # For the static case, libpam.a depends on the modules. |