Deleted Added
full compact
fixit.conf (1723) fixit.conf (1751)
1# fixit.conf - put in anything we think we might want on a fixit floppy
2
3# first, we list the source dirs that our programs reside in. These are
4# searched in order listed to find the dir containing each program.
5
6srcdirs /usr/src/bin /usr/src/sbin /usr/src/usr.bin /usr/src/usr.sbin
7srcdirs /usr/src/gnu/usr.bin
8

--- 23 unchanged lines hidden (view full) ---

32# gnu stuff
33
34progs cpio gzip
35ln gzip gunzip
36ln gzip gzcat
37
38# finally, we specify the libraries to link in with our binary
39
1# fixit.conf - put in anything we think we might want on a fixit floppy
2
3# first, we list the source dirs that our programs reside in. These are
4# searched in order listed to find the dir containing each program.
5
6srcdirs /usr/src/bin /usr/src/sbin /usr/src/usr.bin /usr/src/usr.sbin
7srcdirs /usr/src/gnu/usr.bin
8

--- 23 unchanged lines hidden (view full) ---

32# gnu stuff
33
34progs cpio gzip
35ln gzip gunzip
36ln gzip gzcat
37
38# finally, we specify the libraries to link in with our binary
39
40libs -ledit -ltermcap -lcurses
41libs -lkvm -lcrypt -ltelnet -lutil -ll
40libs -lcrypt -ltelnet -lutil -ll
41libs -lcurses -ltermcap