diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2001-07-25 16:24:33 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2001-07-25 16:24:33 +0000 |
commit | 8103de7d06ca2ed9157f73a6c2eb6ee1567aebab (patch) | |
tree | 5ee7278e38906f08ffd63c59c9caed12e3d9c813 | |
parent | f7c256a7063b2aa9dcfebf4b9d99368989340bde (diff) |
- (bal) Added 'install-nokeys' to Makefile to assist package builders.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Makefile.in | 3 |
2 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,6 @@ | |||
1 | 20010725 | ||
2 | - (bal) Added 'install-nokeys' to Makefile to assist package builders. | ||
3 | |||
1 | 20010724 | 4 | 20010724 |
2 | - (bal) 4711 not 04711 for ssh binary. | 5 | - (bal) 4711 not 04711 for ssh binary. |
3 | 6 | ||
@@ -6096,4 +6099,4 @@ | |||
6096 | - Wrote replacements for strlcpy and mkdtemp | 6099 | - Wrote replacements for strlcpy and mkdtemp |
6097 | - Released 1.0pre1 | 6100 | - Released 1.0pre1 |
6098 | 6101 | ||
6099 | $Id: ChangeLog,v 1.1422 2001/07/24 17:00:13 mouring Exp $ | 6102 | $Id: ChangeLog,v 1.1423 2001/07/25 16:24:33 mouring Exp $ |
diff --git a/Makefile.in b/Makefile.in index b7ea04486..374885315 100644 --- a/Makefile.in +++ b/Makefile.in | |||
@@ -1,4 +1,4 @@ | |||
1 | # $Id: Makefile.in,v 1.182 2001/07/14 03:07:43 djm Exp $ | 1 | # $Id: Makefile.in,v 1.183 2001/07/25 16:24:34 mouring Exp $ |
2 | 2 | ||
3 | prefix=@prefix@ | 3 | prefix=@prefix@ |
4 | exec_prefix=@exec_prefix@ | 4 | exec_prefix=@exec_prefix@ |
@@ -171,6 +171,7 @@ distprep: catman-do | |||
171 | autoreconf | 171 | autoreconf |
172 | 172 | ||
173 | install: $(CONFIGFILES) $(MANPAGES) $(TARGETS) install-files host-key | 173 | install: $(CONFIGFILES) $(MANPAGES) $(TARGETS) install-files host-key |
174 | install-nokeys: $(CONFIGFILES) $(MANPAGES) $(TARGETS) install-files | ||
174 | 175 | ||
175 | install-files: | 176 | install-files: |
176 | $(srcdir)/mkinstalldirs $(DESTDIR)$(bindir) | 177 | $(srcdir)/mkinstalldirs $(DESTDIR)$(bindir) |