- (djm) Tidy Makefile clean targets

This commit is contained in:
Damien Miller 2003-05-15 13:23:07 +10:00
parent d9ec370ac3
commit a47f526dd7
2 changed files with 7 additions and 9 deletions

View File

@ -22,6 +22,7 @@
- (djm) Always parse UsePAM
- (djm) Configure glue for DNS support (code doesn't work in portable yet)
- (djm) Import getrrsetbyname() function from OpenBSD libc (for DNS support)
- (djm) Tidy Makefile clean targets
20030514
- (djm) Bug #117: Don't lie to PAM about username
@ -1497,4 +1498,4 @@
save auth method before monitor_reset_key_state(); bugzilla bug #284;
ok provos@
$Id: ChangeLog,v 1.2707 2003/05/15 02:27:08 djm Exp $
$Id: ChangeLog,v 1.2708 2003/05/15 03:23:07 djm Exp $

View File

@ -1,4 +1,4 @@
# $Id: Makefile.in,v 1.233 2003/05/15 00:19:46 djm Exp $
# $Id: Makefile.in,v 1.234 2003/05/15 03:23:07 djm Exp $
# uncomment if you run a non bourne compatable shell. Ie. csh
#SHELL = @SH@
@ -198,15 +198,12 @@ distclean:
(cd openbsd-compat && $(MAKE) distclean)
(cd scard && $(MAKE) distclean)
veryclean:
veryclean: distclean
rm -f configure config.h.in *.0
rm -f *.o *.a $(TARGETS) logintest config.cache config.log
rm -f *.out core
rm -f Makefile config.h config.status ssh_prng_cmds *~
(cd openbsd-compat && $(MAKE) distclean)
(cd scard && $(MAKE) distclean)
mrproper: distclean
mrproper: veryclean
realclean: veryclean
catman-do:
@for f in $(MANPAGES_IN) ; do \