diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/conf/options | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/conf/options b/sys/conf/options index 2a1892a..5007d1e 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -1,4 +1,4 @@ -# $Id: options,v 1.133 1999/04/11 20:53:50 n_hibma Exp $ +# $Id: options,v 1.134 1999/04/19 14:19:49 peter Exp $ # # On the handling of kernel options # @@ -355,3 +355,6 @@ UMS_DEBUG opt_usb.h # Vinum options VINUMDEBUG opt_vinum.h + +# Embedded system options +INIT_PATH opt_init_path.h |