diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-11-26 04:07:00 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-11-26 04:07:00 +0000 |
commit | acb73953828b54284cb8c141b205180b6a084523 (patch) | |
tree | 6b708f064564646570deb3185ad9f02e453f2d56 /libexec/rpc.yppasswdd/Makefile | |
parent | 56d9d0d106fba2d38f2225c39113f513f6b3fb3c (diff) |
BINMODE not needed here either
Diffstat (limited to 'libexec/rpc.yppasswdd/Makefile')
-rw-r--r-- | libexec/rpc.yppasswdd/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libexec/rpc.yppasswdd/Makefile b/libexec/rpc.yppasswdd/Makefile index 62b8d4ffb19..b51161cddc1 100644 --- a/libexec/rpc.yppasswdd/Makefile +++ b/libexec/rpc.yppasswdd/Makefile @@ -1,11 +1,9 @@ -# $OpenBSD: Makefile,v 1.8 2001/11/07 19:07:06 deraadt Exp $ +# $OpenBSD: Makefile,v 1.9 2005/11/26 04:06:59 deraadt Exp $ # from: @(#)Makefile 5.8 (Berkeley) 7/28/90 PROG= rpc.yppasswdd SRCS= rpc.yppasswdd.c yppasswdd_proc.c yppasswdd_mkpw.c MAN= rpc.yppasswdd.8 -BINOWN= root -BINMODE=555 BINDIR=/usr/sbin MLINKS= rpc.yppasswdd.8 yppasswdd.8 DPADD+= ${LIBUTIL} ${LIBRPCSVC} |