diff --git a/src/bin/Makefile b/src/bin/Makefile index 1eb54d8..862a86b 100644 --- a/src/bin/Makefile +++ b/src/bin/Makefile @@ -1,7 +1,7 @@ # $Id$ # The System Makefile (C) 2002 The UbixOS Project -all: init-bin login-bin shell-bin ls-bin clock-bin muffin-bin cp-bin fdisk-bin format-bin +all: init-bin login-bin shell-bin ls-bin clock-bin cp-bin fdisk-bin format-bin # test-bin pwd-bin cat-bin ld-dyn-bin de-bin goofball-bin init-bin: init diff --git a/src/bin/format/main.c b/src/bin/format/main.c index 3860ec0..713b8db 100644 --- a/src/bin/format/main.c +++ b/src/bin/format/main.c @@ -1,4 +1,4 @@ -***************************************************************************************** +/***************************************************************************************** Copyright (c) 2002 The UbixOS Project All rights reserved. @@ -24,6 +24,9 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. $Log$ + Revision 1.1 2004/04/26 13:13:25 reddawg + Initial Introduction of the UbixOS Format Utility into the source tree + $Id$