diff options
author | peter <peter@FreeBSD.org> | 1996-01-30 18:44:42 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1996-01-30 18:44:42 +0000 |
commit | 3b195d769a569c04772af6f2ca2888e3b13da1f9 (patch) | |
tree | e86562e1e63e81533a70c054ba90f6bcb94f1b25 /sbin/Makefile | |
parent | 868b4a08b422f90a1fd1df10f3cc091f018eef34 (diff) | |
download | FreeBSD-src-3b195d769a569c04772af6f2ca2888e3b13da1f9.zip FreeBSD-src-3b195d769a569c04772af6f2ca2888e3b13da1f9.tar.gz |
Add rdisc to subdirs.. It works for me. :-) (Thanks Bill!)
Diffstat (limited to 'sbin/Makefile')
-rw-r--r-- | sbin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/Makefile b/sbin/Makefile index f9e04b9..140955f 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -7,7 +7,7 @@ SUBDIR= adjkerntz badsect clri disklabel dmesg dset dump dumpfs \ modunload mount mount_cd9660 mount_fdesc mount_kernfs \ mount_lfs mount_nfs mount_null mount_portal mount_procfs \ mount_umap mount_union mountd newfs newlfs nfsd nfsiod \ - nologin ping quotacheck reboot restore route savecore scsi \ + nologin ping quotacheck rdisc reboot restore route savecore scsi \ scsiformat shutdown slattach startslip swapon tunefs umount .if exists(${.CURDIR}/${MACHINE}) |