diff options
author | rwatson <rwatson@FreeBSD.org> | 2000-02-09 04:08:18 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2000-02-09 04:08:18 +0000 |
commit | 5b76fa68826df9f76d9f08d508649aae33d37d3d (patch) | |
tree | b172109ce601164555aa52e89b13b8f94089d642 /share/examples | |
parent | d57c73c131db959506cbee635ad78b3e45fa8a7b (diff) | |
download | FreeBSD-src-5b76fa68826df9f76d9f08d508649aae33d37d3d.zip FreeBSD-src-5b76fa68826df9f76d9f08d508649aae33d37d3d.tar.gz |
Intoduce a new make.conf entry, NO_MAKEDEV, and modifications to
/etc/Makefile so that if it is defined, MAKEDEV all is not called
during a make distribution. This helps clean up the messy userland
in jail(), by reducing the number of devices exposed in jail.
Modifications to jail(2) to follow.
Approved by: jkh-arius
Diffstat (limited to 'share/examples')
-rw-r--r-- | share/examples/etc/make.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf index 55731d0..bc00b80 100644 --- a/share/examples/etc/make.conf +++ b/share/examples/etc/make.conf @@ -30,6 +30,9 @@ #NO_SENDMAIL= true #NO_CVS= true # +# To avoid running MAKEDEV all on /dev during install: +#NO_MAKEDEV= true +# # To compile just the kernel with special optimisations, you should use # this instead of CFLAGS (which is not applicable to kernel builds anyway): # |