diff options
author | joerg <joerg@FreeBSD.org> | 1995-12-31 17:10:05 +0000 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 1995-12-31 17:10:05 +0000 |
commit | 443d34760332fc2099b3965f37fa69fda94912e9 (patch) | |
tree | 963b89e4c473b43f8bb930b38351cd30959d9982 /release | |
parent | b25d0732bcb268611a2568e008d6cd037c632593 (diff) | |
download | FreeBSD-src-443d34760332fc2099b3965f37fa69fda94912e9.zip FreeBSD-src-443d34760332fc2099b3965f37fa69fda94912e9.tar.gz |
Hopefully the last bogons that prevented me from running a successful
`make release':
. the `doc' distribution was missing, so the FAQ and handbook files
couldn't be installed (Q: why did the psd etc. files install, only
that the dirs had the wrong ownership?)
. the crunched binaries do need now -lipx
Diffstat (limited to 'release')
-rw-r--r-- | release/Makefile | 4 | ||||
-rw-r--r-- | release/alpha/fixit_crunch.conf | 4 | ||||
-rw-r--r-- | release/fixit_crunch.conf | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/release/Makefile b/release/Makefile index ee6c04d..82c0e33 100644 --- a/release/Makefile +++ b/release/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.195 1995/12/07 10:32:51 peter Exp $ +# $Id: Makefile,v 1.196 1995/12/30 21:15:45 joerg Exp $ # # How to roll a release: # @@ -18,7 +18,7 @@ BUILDNAME=2.2-current # Things which without too much trouble can be considered variables -EXPORT_DISTS= games manpages proflibs dict info +EXPORT_DISTS= games manpages proflibs dict info doc EXTRA_DISTS= krb des ${EXPORT_DISTS} ALL_DISTS= bin ${EXTRA_DISTS} diff --git a/release/alpha/fixit_crunch.conf b/release/alpha/fixit_crunch.conf index 502e86e..ef1a377 100644 --- a/release/alpha/fixit_crunch.conf +++ b/release/alpha/fixit_crunch.conf @@ -1,4 +1,4 @@ -# $Id: fixit_crunch.conf,v 1.3.4.7 1995/10/05 09:27:06 jkh Exp $ +# $Id: fixit_crunch.conf,v 1.4 1995/12/07 10:33:05 peter Exp $ # first, we list the source dirs that our programs reside in. These are # searched in order listed to find the dir containing each program. @@ -38,4 +38,4 @@ ln common ex # finally, we specify the libraries to link in with our binary libs -lcrypt -ltelnet -lutil -ll -libs -lcurses -ltermcap -ledit -lgnuregex -lkvm -lscsi +libs -lcurses -ltermcap -ledit -lgnuregex -lkvm -lscsi -lipx diff --git a/release/fixit_crunch.conf b/release/fixit_crunch.conf index 502e86e..ef1a377 100644 --- a/release/fixit_crunch.conf +++ b/release/fixit_crunch.conf @@ -1,4 +1,4 @@ -# $Id: fixit_crunch.conf,v 1.3.4.7 1995/10/05 09:27:06 jkh Exp $ +# $Id: fixit_crunch.conf,v 1.4 1995/12/07 10:33:05 peter Exp $ # first, we list the source dirs that our programs reside in. These are # searched in order listed to find the dir containing each program. @@ -38,4 +38,4 @@ ln common ex # finally, we specify the libraries to link in with our binary libs -lcrypt -ltelnet -lutil -ll -libs -lcurses -ltermcap -ledit -lgnuregex -lkvm -lscsi +libs -lcurses -ltermcap -ledit -lgnuregex -lkvm -lscsi -lipx |