diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2008-05-07 11:43:21 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2008-05-07 11:43:21 +0000 |
commit | 04d811bd92027895c298c85c1b5686722323f740 (patch) | |
tree | 51e0cde0dc440cc4a65cd8098f003815c68e7cc8 | |
parent | 8c13200843e7f7685732f6d004bd880647966255 (diff) |
unlink routed. unbreaks the tree (it is obvious claudio has it removed in
his tree already)
-rw-r--r-- | sbin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/Makefile b/sbin/Makefile index 9e1ffd9b1e7..579315fa527 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.86 2008/04/15 16:29:41 damien Exp $ +# $OpenBSD: Makefile,v 1.87 2008/05/07 11:43:20 henning Exp $ SUBDIR= atactl badsect bioctl brconfig ccdconfig clri dhclient \ disklabel dmesg dump dumpfs fdisk fsck fsck_ext2fs fsck_ffs \ @@ -8,7 +8,7 @@ SUBDIR= atactl badsect bioctl brconfig ccdconfig clri dhclient \ mount_nfs mount_ntfs mount_portal mount_procfs mount_udf \ mount_vnd mount_xfs mountd ncheck_ffs newfs newfs_msdos \ nfsd nmeaattach nologin pdisk pfctl pflogd ping ping6 quotacheck \ - raidctl reboot restore route routed rtsol savecore scan_ffs \ + raidctl reboot restore route rtsol savecore scan_ffs \ scsi shutdown slattach swapctl sysctl ttyflags tunefs \ umount wpa-psk wsconsctl |