#
# $Id: Makefile,v 1.5 1996/03/16 22:21:26 morgan Exp $
#
# $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
	./install_conf

remove:
	rm -f /etc/pam.conf

check:
	./md5itall

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

clean:
	rm -f core *~ .ignore_age
