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


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.5
log
@added 'make remove' option
@
text
@#
# $Id: Makefile,v 1.4 1996/03/10 21:01:47 morgan Exp morgan $
#
# $Log: Makefile,v $
# 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
	./install_conf

remove:
	rm -f /etc/pam.conf

check:
	./md5itall

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

clean:
	rm -f core *~ .ignore_age
@


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
@
