diff options
| author | Alexander Langer <alex@FreeBSD.org> | 2003-02-05 18:33:36 +0000 |
|---|---|---|
| committer | Alexander Langer <alex@FreeBSD.org> | 2003-02-05 18:33:36 +0000 |
| commit | cd8f87b92f8234521a893b534e28a28fe6fc79d9 (patch) | |
| tree | 53671da0dcfce748a6f151a1537e65961b1d190d | |
| parent | 5db3899d2e5d4b0aaf964a68ff0edf800bc2c36a (diff) | |
Notes
| -rw-r--r-- | share/examples/etc/make.conf | 5 | ||||
| -rw-r--r-- | share/man/man5/make.conf.5 | 16 |
2 files changed, 0 insertions, 21 deletions
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf index e5b239c7f3d9..37224bf9eddf 100644 --- a/share/examples/etc/make.conf +++ b/share/examples/etc/make.conf @@ -152,11 +152,6 @@ # be OK to use for any non-commercial use. This is optional. #MAKE_IDEA= YES # IDEA (128 bit symmetric encryption) # -# If you want to install MAKEDEV set MAKEDEV_INSTALL. -# To run MAKEDEV all on /dev during install set MAKEDEV_RUN. -#MAKEDEV_INSTALL= true -#MAKEDEV_RUN= true -# # If you do not want unformatted manual pages to be compressed # when they are installed: # diff --git a/share/man/man5/make.conf.5 b/share/man/man5/make.conf.5 index 24e4dd3ae6fd..f2ec7397136b 100644 --- a/share/man/man5/make.conf.5 +++ b/share/man/man5/make.conf.5 @@ -476,22 +476,6 @@ and related programs. Set to not build the .Xr mailwrapper 8 MTA selector. -.It Va MAKEDEV_INSTALL -.Pq Vt bool -Set to install -.Pa MAKEDEV -in -.Pa /dev . -This is needed for the -.Va MAKEDEV_RUN -variable to have an effect. -.It Va MAKEDEV_RUN -.Pq Vt bool -Set to run -.Dq Li "MAKEDEV all" -on -.Pa /dev -during install. .It Va NO_OBJC .Pq Vt bool Set to not build Objective C support. |
