summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libexec/popa3d/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/popa3d/Makefile b/libexec/popa3d/Makefile
index 7f9f429fa8c..afe6f1d071c 100644
--- a/libexec/popa3d/Makefile
+++ b/libexec/popa3d/Makefile
@@ -1,10 +1,10 @@
-# $OpenBSD: Makefile,v 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>