Add a PPP_NOSUID hook

This commit is contained in:
Brian Somers 2000-08-18 00:09:46 +00:00
parent 68602c3ee0
commit f8853f21dc
2 changed files with 6 additions and 0 deletions

View File

@ -50,6 +50,9 @@ BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \
# To build perl with thread support
#PERL_THREADED= true
#
# To build ppp with normal permissions
#PPP_NOSUID= true
#
# To avoid building various parts of the base system:
#NO_CVS= true # do not build CVS
#NO_BIND= true # do not build BIND

View File

@ -50,6 +50,9 @@ BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \
# To build perl with thread support
#PERL_THREADED= true
#
# To build ppp with normal permissions
#PPP_NOSUID= true
#
# To avoid building various parts of the base system:
#NO_CVS= true # do not build CVS
#NO_BIND= true # do not build BIND