- (bal) Added 'install-nokeys' to Makefile to assist package builders.
This commit is contained in:
parent
f7c256a706
commit
8103de7d06
|
@ -1,3 +1,6 @@
|
||||||
|
20010725
|
||||||
|
- (bal) Added 'install-nokeys' to Makefile to assist package builders.
|
||||||
|
|
||||||
20010724
|
20010724
|
||||||
- (bal) 4711 not 04711 for ssh binary.
|
- (bal) 4711 not 04711 for ssh binary.
|
||||||
|
|
||||||
|
@ -6096,4 +6099,4 @@
|
||||||
- Wrote replacements for strlcpy and mkdtemp
|
- Wrote replacements for strlcpy and mkdtemp
|
||||||
- Released 1.0pre1
|
- Released 1.0pre1
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.1422 2001/07/24 17:00:13 mouring Exp $
|
$Id: ChangeLog,v 1.1423 2001/07/25 16:24:33 mouring Exp $
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# $Id: Makefile.in,v 1.182 2001/07/14 03:07:43 djm Exp $
|
# $Id: Makefile.in,v 1.183 2001/07/25 16:24:34 mouring Exp $
|
||||||
|
|
||||||
prefix=@prefix@
|
prefix=@prefix@
|
||||||
exec_prefix=@exec_prefix@
|
exec_prefix=@exec_prefix@
|
||||||
|
@ -171,6 +171,7 @@ distprep: catman-do
|
||||||
autoreconf
|
autoreconf
|
||||||
|
|
||||||
install: $(CONFIGFILES) $(MANPAGES) $(TARGETS) install-files host-key
|
install: $(CONFIGFILES) $(MANPAGES) $(TARGETS) install-files host-key
|
||||||
|
install-nokeys: $(CONFIGFILES) $(MANPAGES) $(TARGETS) install-files
|
||||||
|
|
||||||
install-files:
|
install-files:
|
||||||
$(srcdir)/mkinstalldirs $(DESTDIR)$(bindir)
|
$(srcdir)/mkinstalldirs $(DESTDIR)$(bindir)
|
||||||
|
|
Loading…
Reference in New Issue