diff options
| author | Andrzej Bialecki <abial@FreeBSD.org> | 1998-09-23 14:54:46 +0000 |
|---|---|---|
| committer | Andrzej Bialecki <abial@FreeBSD.org> | 1998-09-23 14:54:46 +0000 |
| commit | fc0e233fe6d9a2439c427e26926e1d96873bf704 (patch) | |
| tree | beb31e51937a684e858e47d4643e7da0fec7c4b4 | |
| parent | d6ee254e6787ac776152fa0ead6f9f97368cc422 (diff) | |
Notes
| -rwxr-xr-x | release/picobsd/build/build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/release/picobsd/build/build b/release/picobsd/build/build index 8878fc553117..786ee283f35d 100755 --- a/release/picobsd/build/build +++ b/release/picobsd/build/build @@ -1,7 +1,7 @@ #!/bin/sh - # -# $Id: build,v 1.8 1998/09/20 00:46:07 abial Exp $ +# $Id: build,v 1.9 1998/09/22 15:40:00 abial Exp $ # # You can set the SRC variable which points to your source tree. It's @@ -9,7 +9,7 @@ SRC=/usr/src -# Set this until the tools are fixed... +# Set this if your crunchgen and kzip don't support ELF. #OBJFORMAT=aout; export OBJFORMAT # Default MFS sizes for different types of the floppy. Again, most people |
