summaryrefslogtreecommitdiffstats
path: root/release/alpha
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1998-01-17 14:21:21 +0000
committerbrian <brian@FreeBSD.org>1998-01-17 14:21:21 +0000
commitc73933598abd6a1d2341f4c5a98889ac0553c51f (patch)
tree66f3159bc05072bb04cd61207f7cb83f55c20642 /release/alpha
parenta9f58b314583656d13806eceb2110a8ba618ef98 (diff)
downloadFreeBSD-src-c73933598abd6a1d2341f4c5a98889ac0553c51f.zip
FreeBSD-src-c73933598abd6a1d2341f4c5a98889ac0553c51f.tar.gz
Remove the necessity of -ldes and -lalias etc from release/Makefile.
When building a release, RELEASE_CRUNCH is defined for a `make' of the objects required by the crunch of each program. The object list is still obtained in the same way, so you must make sure that all objects are built (empty if necessary) by this make. ppp/Makefile provides an example. Reviewed by: jkh
Diffstat (limited to 'release/alpha')
-rw-r--r--release/alpha/boot_crunch.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/release/alpha/boot_crunch.conf b/release/alpha/boot_crunch.conf
index 4d3cbbf..b98ceeb 100644
--- a/release/alpha/boot_crunch.conf
+++ b/release/alpha/boot_crunch.conf
@@ -1,4 +1,4 @@
-# $Id: boot_crunch.conf,v 1.31 1997/09/30 23:58:24 jkh Exp $
+# $Id: boot_crunch.conf,v 1.32 1997/12/04 14:22:01 jkh Exp $
srcdirs /usr/src/bin /usr/src/sbin /usr/src/release /usr/src/usr.bin
srcdirs /usr/src/gnu/usr.bin /usr/src/usr.sbin /usr/src/sbin/i386
@@ -11,5 +11,5 @@ ln gzip gunzip
ln gzip zcat
ln sh -sh
-libs -ll -ledit -lutil -lkvm -lmd -lcrypt -lftpio -lalias -lz
-libs -ldialog -lncurses -lmytinfo -L/usr/src/release/libdisk/obj -ldisk -lipx -ldes
+libs -ll -ledit -lutil -lkvm -lmd -lcrypt -lftpio -lz
+libs -ldialog -lncurses -lmytinfo -L/usr/src/release/libdisk/obj -ldisk -lipx
OpenPOWER on IntegriCloud