diff options
Diffstat (limited to 'usr/src/lib/pam_modules/authtok_check/Makefile.com')
-rw-r--r-- | usr/src/lib/pam_modules/authtok_check/Makefile.com | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/usr/src/lib/pam_modules/authtok_check/Makefile.com b/usr/src/lib/pam_modules/authtok_check/Makefile.com index fecc4ca4a0..29b29c2372 100644 --- a/usr/src/lib/pam_modules/authtok_check/Makefile.com +++ b/usr/src/lib/pam_modules/authtok_check/Makefile.com @@ -2,9 +2,8 @@ # CDDL HEADER START # # The contents of this file are subject to the terms of the -# Common Development and Distribution License, Version 1.0 only -# (the "License"). You may not use this file except in compliance -# with the License. +# Common Development and Distribution License (the "License"). +# You may not use this file except in compliance with the License. # # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE # or http://www.opensolaris.org/os/licensing. @@ -20,12 +19,13 @@ # CDDL HEADER END # # -# Copyright 2004 Sun Microsystems, Inc. All rights reserved. +# Copyright 2006 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # +# ident "%Z%%M% %I% %E% SMI" +# # usr/src/lib/pam_modules/authtok_check/Makefile.com # -# ident "%Z%%M% %I% %E% SMI" LIBRARY= pam_authtok_check.a VERS= .1 @@ -34,7 +34,7 @@ OBJECTS= authtok_check.o \ include ../../Makefile.pam_modules -LDLIBS += -lpam -lcmd -lc +LDLIBS += -lpam -lc CPPFLAGS += -D_FILE_OFFSET_BITS=64 |