diff options
author | 2001-08-16 19:40:39 +0000 | |
---|---|---|
committer | 2001-08-16 19:40:39 +0000 | |
commit | 5c744afe9dc625f80cf03fa2ec716018933b7d17 (patch) | |
tree | d9bcaca85a8252ccdfc8b41da1d3156878b31da8 | |
parent | a start at a man page for popa3d (diff) | |
download | wireguard-openbsd-5c744afe9dc625f80cf03fa2ec716018933b7d17.tar.xz wireguard-openbsd-5c744afe9dc625f80cf03fa2ec716018933b7d17.zip |
build man page for popa3d
-rw-r--r-- | libexec/popa3d/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/popa3d/Makefile b/libexec/popa3d/Makefile index 6cdfb0165f4..afe6f1d071c 100644 --- a/libexec/popa3d/Makefile +++ b/libexec/popa3d/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2001/08/13 20:03:21 camield Exp $ +# $OpenBSD: Makefile,v 1.2 2001/08/16 19:40:39 ericj Exp $ PROG= popa3d SRCS= auth_passwd.c database.c mailbox.c misc.c pop_auth.c pop_root.c \ pop_trans.c protocol.c standalone.c virtual.c -NOMAN= +MAN= popa3d.8 .include <bsd.prog.mk> |