mirror of
https://github.com/opnsense/src.git
synced 2026-04-29 18:32:49 -04:00
Add targets to crunch floppy to match Makefile.
This commit is contained in:
parent
e7b28a06e1
commit
fe3e9e3cb9
1 changed files with 3 additions and 3 deletions
|
|
@ -13,7 +13,7 @@ srcdirs /usr/src/gnu/usr.bin
|
|||
# /bin stuff
|
||||
|
||||
progs cat chmod cp date dd df echo ed expr hostname kill ln ls mkdir
|
||||
progs mt mv pwd rcp rm rmdir sh sleep stty sync test
|
||||
progs mt mv pwd rcp rm rmdir sh sleep slattach stty sync test
|
||||
|
||||
ln test [
|
||||
ln sh -sh # init invokes the shell this way
|
||||
|
|
@ -21,14 +21,14 @@ ln sh -sh # init invokes the shell this way
|
|||
# /sbin stuff
|
||||
|
||||
progs badsect chown clri disklabel dump dmesg fdisk fsck ifconfig init
|
||||
progs mknod mount newfs ping reboot restore swapon umount route
|
||||
progs mknod mount mount_cd9660 mount_msdos newfs ping reboot restore swapon umount route
|
||||
ln dump rdump
|
||||
ln restore rrestore
|
||||
ln reboot halt
|
||||
|
||||
# /usr/bin stuff
|
||||
|
||||
progs ftp rsh sed telnet rlogin
|
||||
progs ftp ncftp rsh sed telnet rlogin
|
||||
|
||||
# finally, we specify the libraries to link in with our binary
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue