diff options
author | ru <ru@FreeBSD.org> | 2001-03-27 17:27:19 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-03-27 17:27:19 +0000 |
commit | 25ef23ac1cd91aa5fdc342b2889f86ee3ea73daa (patch) | |
tree | e9b08b54acff71fa727310a461d700095bbe9587 /lib/libskey | |
parent | e429759bcf3eb8398d78b1609e915121e319b017 (diff) | |
download | FreeBSD-src-25ef23ac1cd91aa5fdc342b2889f86ee3ea73daa.zip FreeBSD-src-25ef23ac1cd91aa5fdc342b2889f86ee3ea73daa.tar.gz |
MAN[1-9] -> MAN.
Diffstat (limited to 'lib/libskey')
-rw-r--r-- | lib/libskey/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libskey/Makefile b/lib/libskey/Makefile index 42216d8..1a799fd 100644 --- a/lib/libskey/Makefile +++ b/lib/libskey/Makefile @@ -4,12 +4,12 @@ LIB= skey SRCS= skeyaccess.c put.c skey_crypt.c skey_getpass.c skeylogin.c skeysubr.c INCS= skey.h -MAN1= skey.1 -MAN3= skey.3 +MAN= skey.1 +MAN+= 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 +MAN+= skey.access.5 CFLAGS+=-DPERMIT_CONSOLE -D_SKEY_INTERNAL -I${.CURDIR} CFLAGS+=-W -Wall |