freebsd-dev/release/alpha/fixit_crunch.conf
John Baldwin 2ac0462f16 The new libedit from a while back depends on ncurses, so put -ledit before
-lncurses so the fixit crunch binary links.

Tested on:	alpha
2001-11-14 17:48:55 +00:00

23 lines
440 B
Plaintext

# $FreeBSD$
buildopts -DRELEASE_CRUNCH -Dlint
srcdirs /usr/src/bin
progs cat chflags chmod cp dd df echo expr kill
progs ln ls mkdir mv rm rmdir
srcdirs /usr/src/sbin
progs clri disklabel dmesg mknod
progs mount mount_cd9660
progs reboot restore swapon umount
ln restore rrestore
srcdirs /usr/src/usr.bin
progs ftp telnet ee
srcdirs /usr/src/usr.sbin
progs chown chroot
ln chown chgrp
libs -lutil -lm -ledit -lncurses -ltermcap -lkvm