diff options
author | Niels Provos <provos@cvs.openbsd.org> | 1998-03-04 23:34:30 +0000 |
---|---|---|
committer | Niels Provos <provos@cvs.openbsd.org> | 1998-03-04 23:34:30 +0000 |
commit | bcca8606365da70a307c3745af67ea061a4c4750 (patch) | |
tree | b2e3aab64eca991d4088734d7ff2759362f833fa /sbin/ipsec/photurisd/Makefile | |
parent | d7f27b4328cdefd303b5606f83916290c16fe4a0 (diff) |
move man page to right section.
Diffstat (limited to 'sbin/ipsec/photurisd/Makefile')
-rw-r--r-- | sbin/ipsec/photurisd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/ipsec/photurisd/Makefile b/sbin/ipsec/photurisd/Makefile index 3038da9bd14..49091a7efa1 100644 --- a/sbin/ipsec/photurisd/Makefile +++ b/sbin/ipsec/photurisd/Makefile @@ -17,6 +17,6 @@ SRCS= photuris_cookie_request.c photuris_cookie_response.c \ photurisd.c packet.c api.c kernel.c CFLAGS+= -I. -DIPSEC -MAN= photurisd.1 +MAN= photurisd.8 .include <bsd.prog.mk> |