diff options
author | Thomas Graichen <graichen@cvs.openbsd.org> | 1997-05-05 09:28:50 +0000 |
---|---|---|
committer | Thomas Graichen <graichen@cvs.openbsd.org> | 1997-05-05 09:28:50 +0000 |
commit | e3fa4ada4bef5987c941fb10af76dd99576b2492 (patch) | |
tree | 5af11bbf5b91ece48538f221c3876cb3e9b83c84 | |
parent | 5b102f0e88a634c11e771b8959f7fc4cae28b24c (diff) |
include /bsd* - so if we want to put extra kernels in it will pick
them up automatically if their name starts with bsd
-rw-r--r-- | distrib/alpha/simpleroot/list | 2 | ||||
-rw-r--r-- | distrib/pmax/simpleroot/list | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/distrib/alpha/simpleroot/list b/distrib/alpha/simpleroot/list index f0e6148a642..fa6ea927e19 100644 --- a/distrib/alpha/simpleroot/list +++ b/distrib/alpha/simpleroot/list @@ -2,7 +2,7 @@ .profile altroot bin -bsd +bsd* dev etc home diff --git a/distrib/pmax/simpleroot/list b/distrib/pmax/simpleroot/list index 00fe9b24bee..bbc4ceb8f05 100644 --- a/distrib/pmax/simpleroot/list +++ b/distrib/pmax/simpleroot/list @@ -2,7 +2,7 @@ .profile altroot bin -bsd +bsd* dev etc home |