Home | History | Annotate | Line # | Download | only in examples
      1 #	$NetBSD: freebsd-filesystem.conf,v 1.2 1997/08/02 21:30:23 perry Exp $
      2 
      3 srcdirs /usr/src/bin /usr/src/sbin /usr/src/gnu/usr.bin /usr/src/usr.sbin
      4 
      5 # /bin
      6 progs sh expr ls mkdir rm sync test
      7 ln test [
      8 
      9 # These are needed because of UN*X's idiotic way of indicating that something
     10 # is a login shell.
     11 ln sh -
     12 ln sh -sh
     13 
     14 # /sbin
     15 progs disklabel fdisk halt init mount mount_pcfs newfs umount
     16 
     17 # /usr/bin
     18 progs cpio gzip
     19 ln gzip gunzip
     20 ln gzip gzcat
     21 ln gzip zcat
     22 
     23 # /usr/sbin
     24 progs bad144
     25 
     26 libs -lutil
     27