diff options
author | bde <bde@FreeBSD.org> | 1998-11-10 11:54:29 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1998-11-10 11:54:29 +0000 |
commit | c6619e8978ba28a46dcd097ad59dc6ae00230acc (patch) | |
tree | ad3601320ae453568a96f4769906cc1f63460492 /sbin | |
parent | dba1a0a48101016f12749ad93f803e85878b0a5d (diff) | |
download | FreeBSD-src-c6619e8978ba28a46dcd097ad59dc6ae00230acc.zip FreeBSD-src-c6619e8978ba28a46dcd097ad59dc6ae00230acc.tar.gz |
Fixed disorder.
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sbin/Makefile b/sbin/Makefile index 1e844a6..569fb1d 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -1,10 +1,10 @@ # @(#)Makefile 8.5 (Berkeley) 3/31/94 -# $Id: Makefile,v 1.57 1998/09/28 05:38:52 grog Exp $ +# $Id: Makefile,v 1.58 1998/11/09 21:52:50 dima Exp $ # XXX MISSING: icheck ncheck -SUBDIR= atm \ - adjkerntz \ +SUBDIR= adjkerntz \ + atm \ badsect \ camcontrol \ ccdconfig \ @@ -55,8 +55,8 @@ SUBDIR= atm \ savecore \ shutdown \ slattach \ - startslip \ spppcontrol \ + startslip \ swapon \ tunefs \ umount \ |