mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
Add the appropriate MLINKS for the new skey.3 man page.
This commit is contained in:
parent
48a07755f9
commit
c5ea5a2eb0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=20823
1 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,9 @@ LIB= skey
|
|||
SRCS= skeyaccess.c put.c skey_crypt.c skey_getpass.c skeylogin.c skeysubr.c
|
||||
MAN1= skey.1
|
||||
MAN3= skey.3
|
||||
MLINKS= skey.3 skeylookup.3 skey.3 skeyverify.3 skey.3 skeychallenge.3 \
|
||||
skey.3 skeyinfo.3 skey.3 skeyaccess.3 skey.3 skey_getpass.3 \
|
||||
skey.3 skey_crypt.3
|
||||
MAN5= skey.access.5
|
||||
|
||||
CFLAGS+=-DPERMIT_CONSOLE -D_SKEY_INTERNAL -I${.CURDIR}
|
||||
|
|
Loading…
Reference in a new issue