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 2007-06-01 21:48:07 +00:00
parent 48e05cbb50
commit 8266cab35b
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>