From 38af605f9557d2dd196867d441ce60b21bfa1c97 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Sat, 29 Jun 2002 08:14:08 +0000 Subject: screw the MLINKS --- libexec/rpc.rstatd/Makefile | 3 +-- libexec/rpc.rusersd/Makefile | 3 +-- 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 -- cgit v1.2.3