1# $FreeBSD: src/usr.sbin/crunch/examples/kcopy.conf,v 1.7 1999/08/28 01:15:57 peter Exp $
2# $DragonFly: src/usr.sbin/crunch/examples/kcopy.conf,v 1.2 2003/06/17 04:29:53 dillon Exp $
3
4srcdirs /usr/src/bin /usr/src/sbin
5
6# Programs from bin/
7progs sh cp echo test
8ln test [
9
10# These are needed because of UN*X's idiotic way of indicating that something
11# is a login shell.
12ln sh -
13ln sh -sh
14
15#
16# Programs from sbin/
17progs mount mount_cd9660 fsck init reboot umount
18ln reboot halt
19ln reboot fastboot
20ln reboot fasthalt
21
22libs -ll -ledit -ltermcap -lcompat -lutil -lscrypt
23