Index: usr.bin/Makefile =================================================================== --- usr.bin/Makefile +++ usr.bin/Makefile @@ -31,6 +31,7 @@ diff \ dirname \ du \ + elfctl \ elfdump \ enigma \ env \ Index: usr.bin/elfctl/Makefile =================================================================== --- usr.bin/elfctl/Makefile +++ usr.bin/elfctl/Makefile @@ -2,8 +2,8 @@ ELFTCDIR= ${SRCTOP}/contrib/elftoolchain -PROG= controlelf -SRCS= controlelf.c +PROG= elfctl +SRCS= elfctl.c LIBADD= elftc elf Index: usr.bin/elfctl/elfctl.1 =================================================================== --- usr.bin/elfctl/elfctl.1 +++ usr.bin/elfctl/elfctl.1 @@ -30,7 +30,7 @@ .Dt CONTROLELF 1 .Os .Sh NAME -.Nm controlelf +.Nm elfctl .Nd change an ELF binary's feature control note .Sh SYNOPSIS .Nm @@ -79,8 +79,8 @@ .Nm command: .Bd -literal -offset indent -controlelf file -controlelf -e +aslr file +elfctl file +elfctl -e +aslr file .Ed .Sh HISTORY .Nm