I understood the MLINK part incorrectly, it should be the other way around

also remove the init mlink to securelevel.

Discussed with and sharing pointyhat with:	brueffer
This commit is contained in:
Remko Lodder 2007-06-01 21:48:07 +00:00
parent ce7fce4055
commit fcd7ed0e3a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=170195
2 changed files with 1 additions and 2 deletions

View File

@ -3,7 +3,6 @@
PROG= init
MAN= init.8
MLINKS= init.8 securelevel.8
PRECIOUSPROG=
INSTALLFLAGS=-b -B.bak
WARNS?= 6

View File

@ -25,6 +25,6 @@ MAN= ascii.7 \
tuning.7
MLINKS= intro.7 miscellaneous.7
MLINKS+= securelevel.7 security.7
MLINKS+= security.7 securelevel.7
.include <bsd.prog.mk>