diff options
author | Mike Pritchard <mpp@FreeBSD.org> | 1996-12-22 23:18:50 +0000 |
---|---|---|
committer | Mike Pritchard <mpp@FreeBSD.org> | 1996-12-22 23:18:50 +0000 |
commit | c5ea5a2eb0c353c89874d40613b3b1ba56cfb4f2 (patch) | |
tree | 33cfa57f03f98740f7f357ce6cabb472f08eca08 /lib/libskey/Makefile | |
parent | 48a07755f90006d9e3a788b8f3c662c9d692fe0b (diff) | |
download | src-c5ea5a2eb0c353c89874d40613b3b1ba56cfb4f2.tar.gz src-c5ea5a2eb0c353c89874d40613b3b1ba56cfb4f2.zip |
Add the appropriate MLINKS for the new skey.3 man page.
Notes
Notes:
svn path=/head/; revision=20823
Diffstat (limited to 'lib/libskey/Makefile')
-rw-r--r-- | lib/libskey/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libskey/Makefile b/lib/libskey/Makefile index eafee0fef7b5..6e3fe9292e5e 100644 --- a/lib/libskey/Makefile +++ b/lib/libskey/Makefile @@ -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} |