summaryrefslogtreecommitdiffstats
path: root/usr.bin/locate
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 /usr.bin/locate
parentprevious chopped off too much; (diff)
downloadwireguard-openbsd-cacf1700bc0599aa7622125d6c4d5031e13f07e6.tar.xz
wireguard-openbsd-cacf1700bc0599aa7622125d6c4d5031e13f07e6.zip
remove mlinks for aliases: ntalkd, mfs, updatedb
ok schwarze
Diffstat (limited to 'usr.bin/locate')
-rw-r--r--usr.bin/locate/locate/Makefile5
1 files changed, 2 insertions, 3 deletions
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: