summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2002-06-29 08:14:08 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2002-06-29 08:14:08 +0000
commit38af605f9557d2dd196867d441ce60b21bfa1c97 (patch)
tree23a6147b8f23275070376101e5947889d7754481
parent5efd75f52f056ae29ee0e21811fa02d0f01840f4 (diff)
screw the MLINKS
-rw-r--r--libexec/rpc.rstatd/Makefile3
-rw-r--r--libexec/rpc.rusersd/Makefile3
2 files changed, 2 insertions, 4 deletions
diff --git a/libexec/rpc.rstatd/Makefile b/libexec/rpc.rstatd/Makefile
index e26a0c5f01a..d2bc91f24f1 100644
--- a/libexec/rpc.rstatd/Makefile
+++ b/libexec/rpc.rstatd/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.7 2002/05/23 10:35:46 deraadt Exp $
+# $OpenBSD: Makefile,v 1.8 2002/06/29 08:14:07 deraadt Exp $
PROG = rpc.rstatd
.PATH: ${.CURDIR}/../../usr.bin/vmstat
@@ -6,7 +6,6 @@ PROG = rpc.rstatd
CFLAGS+=-I${.CURDIR}/../../usr.bin/vmstat -DNOKVM
SRCS = dkstats.c rstatd.c rstat_proc.c
MAN = rpc.rstatd.8
-MLINKS= rpc.rstatd.8 rstatd.8
DPADD= ${LIBRPCSVC}
LDADD= -lrpcsvc
diff --git a/libexec/rpc.rusersd/Makefile b/libexec/rpc.rusersd/Makefile
index 7a26af2c19a..a26364cad04 100644
--- a/libexec/rpc.rusersd/Makefile
+++ b/libexec/rpc.rusersd/Makefile
@@ -1,9 +1,8 @@
-# $OpenBSD: Makefile,v 1.3 2001/11/18 23:39:18 deraadt Exp $
+# $OpenBSD: Makefile,v 1.4 2002/06/29 08:14:07 deraadt Exp $
PROG = rpc.rusersd
SRCS = rusersd.c rusers_proc.c
MAN = rpc.rusersd.8
-MLINKS= rpc.rusersd.8 rusersd.8
DPADD= ${LIBRPCSVC}
LDADD= -lrpcsvc