diff options
Diffstat (limited to 'contrib/libpam/conf/Makefile')
-rw-r--r-- | contrib/libpam/conf/Makefile | 28 |
1 files changed, 1 insertions, 27 deletions
diff --git a/contrib/libpam/conf/Makefile b/contrib/libpam/conf/Makefile index 4fb9f7c40c602..67523c59f1821 100644 --- a/contrib/libpam/conf/Makefile +++ b/contrib/libpam/conf/Makefile @@ -1,28 +1,5 @@ # -# $Id: Makefile,v 1.8 1997/04/05 06:59:33 morgan Exp $ -# -# $Log: Makefile,v $ -# Revision 1.8 1997/04/05 06:59:33 morgan -# fakeroot and $(MAKE) -# -# Revision 1.7 1997/02/15 15:53:51 morgan -# added lines to make pam_conv1 -# -# Revision 1.6 1996/11/10 19:48:09 morgan -# fix for systems that have not installed bash in /bin/ -# -# Revision 1.5 1996/03/16 22:21:26 morgan -# added 'make remove' option -# -# Revision 1.4 1996/03/10 21:01:47 morgan -# added .ignore_age flag file -# -# Revision 1.3 1996/03/10 17:41:28 morgan -# make RCScheck check for the presence of the executable before running -# it! -# -# Revision 1.2 1996/03/10 17:16:42 morgan -# added md5RCS/ RCScheck entry +# $Id: Makefile,v 1.1.1.1 2000/06/20 22:10:44 agmorgan Exp $ # # @@ -47,9 +24,6 @@ remove: check: bash -f ./md5itall -RCScheck: - if [ -x ./md5RCS ]; then bash -f ./md5RCS ; fi - lclean: rm -f core *~ .ignore_age |