summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2015-11-21 19:35:19 +0000
committerjmc <jmc@openbsd.org>2015-11-21 19:35:19 +0000
commitcacf1700bc0599aa7622125d6c4d5031e13f07e6 (patch)
tree55dc6ad1a0d2fd2f7bd03766bc17fc61920f33ed
parentprevious chopped off too much; (diff)
downloadwireguard-openbsd-cacf1700bc0599aa7622125d6c4d5031e13f07e6.tar.xz
wireguard-openbsd-cacf1700bc0599aa7622125d6c4d5031e13f07e6.zip
remove mlinks for aliases: ntalkd, mfs, updatedb
ok schwarze
-rw-r--r--libexec/talkd/Makefile3
-rw-r--r--sbin/newfs/Makefile4
-rw-r--r--usr.bin/locate/locate/Makefile5
3 files changed, 5 insertions, 7 deletions
diff --git a/libexec/talkd/Makefile b/libexec/talkd/Makefile
index e673fca09ea..8a282a1f807 100644
--- a/libexec/talkd/Makefile
+++ b/libexec/talkd/Makefile
@@ -1,9 +1,8 @@
# from: @(#)Makefile 5.10 (Berkeley) 5/11/90
-# $OpenBSD: Makefile,v 1.3 2000/03/28 05:54:39 deraadt Exp $
+# $OpenBSD: Makefile,v 1.4 2015/11/21 19:35:19 jmc Exp $
PROG= ntalkd
SRCS= talkd.c announce.c process.c table.c print.c
MAN= talkd.8
-MLINKS= talkd.8 ntalkd.8
.include <bsd.prog.mk>
diff --git a/sbin/newfs/Makefile b/sbin/newfs/Makefile
index a276eb7e87f..5e0bc08d808 100644
--- a/sbin/newfs/Makefile
+++ b/sbin/newfs/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.6 2003/05/06 04:32:16 tedu Exp $
+# $OpenBSD: Makefile,v 1.7 2015/11/21 19:35:19 jmc Exp $
PROG= newfs
SRCS= dkcksum.c getmntopts.c newfs.c mkfs.c
@@ -12,6 +12,6 @@ DPADD= ${LIBUTIL}
LDADD= -lutil
LINKS= ${BINDIR}/newfs ${BINDIR}/mount_mfs
-MLINKS= newfs.8 mount_mfs.8 newfs.8 mfs.8
+MLINKS= newfs.8 mount_mfs.8
.include <bsd.prog.mk>
diff --git a/usr.bin/locate/locate/Makefile b/usr.bin/locate/locate/Makefile
index d86d1a3d827..4435eab7c7d 100644
--- a/usr.bin/locate/locate/Makefile
+++ b/usr.bin/locate/locate/Makefile
@@ -1,14 +1,13 @@
-# $OpenBSD: Makefile,v 1.10 2015/10/23 14:17:24 tedu Exp $
+# $OpenBSD: Makefile,v 1.11 2015/11/21 19:35:20 jmc Exp $
#
# @(#)Makefile 8.1 (Berkeley) 6/6/93
-# $Id: Makefile,v 1.10 2015/10/23 14:17:24 tedu Exp $
+# $Id: Makefile,v 1.11 2015/11/21 19:35:20 jmc Exp $
PROG= locate
SRCS= util.c locate.c
CFLAGS+= -I${.CURDIR}
MAN= locate.1 locate.updatedb.8
SCRIPTS= updatedb mklocatedb concatdb
-MLINKS+= locate.updatedb.8 updatedb.8
beforeinstall: