diff options
-rw-r--r-- | kerberosV/libexec/ipropd-slave/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kerberosV/libexec/ipropd-slave/Makefile b/kerberosV/libexec/ipropd-slave/Makefile index 223f50545de..45b62d0c1a7 100644 --- a/kerberosV/libexec/ipropd-slave/Makefile +++ b/kerberosV/libexec/ipropd-slave/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.1 2001/06/25 02:29:56 hin Exp $ +# $OpenBSD: Makefile,v 1.2 2001/06/27 02:29:22 hin Exp $ KRBDEPTH=../.. .include <${.CURDIR}/../../Makefile.inc> -PROG= ipropd-master +PROG= ipropd-slave MAN= ${PROG}.8 SRCS= ipropd_slave.c |