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


1.8
date	97.04.05.06.59.33;	author morgan;	state Exp;
branches;
next	1.7;

1.7
date	97.02.15.15.53.51;	author morgan;	state Exp;
branches;
next	1.6;

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.8
log
@fakeroot and $(MAKE)
@
text
@#
# $Id: Makefile,v 1.7 1997/02/15 15:53:51 morgan Exp morgan $
#
# $Log: Makefile,v $
# 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
#
#

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

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

all:
	$(MAKE) -C pam_conv1 all

install: $(FAKEROOT)$(CONFIGED)/pam.conf
	$(MAKE) -C pam_conv1 install

$(FAKEROOT)$(CONFIGED)/pam.conf: ./pam.conf
	bash -f ./install_conf

remove:
	rm -f $(FAKEROOT)$(CONFIGED)/pam.conf
	$(MAKE) -C pam_conv1 remove

check:
	bash -f ./md5itall

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

lclean:
	rm -f core *~ .ignore_age

clean: lclean
	$(MAKE) -C pam_conv1 clean

extraclean: lclean
	$(MAKE) -C pam_conv1 extraclean
@


1.7
log
@added lines to make pam_conv1
@
text
@d2 1
a2 1
# $Id: Makefile,v 1.6 1996/11/10 19:48:09 morgan Exp morgan $
d5 3
d32 1
a32 1
	make -C pam_conv1 all
d34 2
a35 2
install: /etc/pam.conf
	make -C pam_conv1 install
d37 1
a37 1
/etc/pam.conf: ./pam.conf
d41 2
a42 2
	rm -f /etc/pam.conf
	make -C pam_conv1 remove
d54 1
a54 1
	make -C pam_conv1 clean
d57 1
a57 1
	make -C pam_conv1 extraclean
@


1.6
log
@fix for systems that have not installed bash in /bin/
@
text
@d2 1
a2 1
# $Id: Makefile,v 1.5 1996/03/16 22:21:26 morgan Exp morgan $
d5 3
d29 1
a29 1
	@@echo "*** Nothing to make in this directory"
d32 1
d39 1
d47 1
a47 1
clean:
d50 5
@


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
@
