head	1.6;
access;
symbols;
locks; strict;
comment	@# @;


1.6
date	96.11.10.19.48.09;	author morgan;	state Exp;
branches;
next	1.5;

1.5
date	96.03.16.22.21.26;	author morgan;	state Exp;
branches;
next	1.4;

1.4
date	96.03.10.21.01.47;	author morgan;	state Exp;
branches;
next	1.3;

1.3
date	96.03.10.17.41.28;	author morgan;	state Exp;
branches;
next	1.2;

1.2
date	96.03.10.17.16.42;	author morgan;	state Exp;
branches;
next	1.1;

1.1
date	96.03.09.08.53.38;	author morgan;	state Exp;
branches;
next	;


desc
@Makefile for installing a default /etc/pam.conf file
@


1.6
log
@fix for systems that have not installed bash in /bin/
@
text
@#
# $Id: Makefile,v 1.5 1996/03/16 22:21:26 morgan Exp morgan $
#
# $Log: Makefile,v $
# 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
#
#

dummy:
	@@echo "*** This is not a top level Makefile!"

##########################################################

all:
	@@echo "*** Nothing to make in this directory"

install: /etc/pam.conf

/etc/pam.conf: ./pam.conf
	bash -f ./install_conf

remove:
	rm -f /etc/pam.conf

check:
	bash -f ./md5itall

RCScheck:
	if [ -x ./md5RCS ]; then bash -f ./md5RCS ; fi

clean:
	rm -f core *~ .ignore_age

@


1.5
log
@added 'make remove' option
@
text
@d2 1
a2 1
# $Id: Makefile,v 1.4 1996/03/10 21:01:47 morgan Exp morgan $
d5 3
d31 1
a31 1
	./install_conf
d37 1
a37 1
	./md5itall
d40 1
a40 1
	if [ -x ./md5RCS ]; then ./md5RCS ; fi
d44 1
@


1.4
log
@added .ignore_age flag file
@
text
@d2 1
a2 1
# $Id: Makefile,v 1.3 1996/03/10 17:41:28 morgan Exp morgan $
d5 3
d29 3
@


1.3
log
@make RCScheck check for the presence of the executable before running
it!
@
text
@d2 1
a2 1
# $Id: Makefile,v 1.2 1996/03/10 17:16:42 morgan Exp morgan $
d5 4
d34 1
a34 1
	rm -f core *~
@


1.2
log
@added md5RCS/ RCScheck entry
@
text
@d2 5
a6 1
# $Id$
a7 1
# $Log$
d27 1
a27 1
	./md5RCS
@


1.1
log
@Initial revision
@
text
@d1 5
d19 6
@
