diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2015-11-21 19:35:21 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2015-11-21 19:35:21 +0000 |
commit | 080207c34395ac3b668737a4b4c5dcab06d8cc7a (patch) | |
tree | a1a0f104baec339fa389313aa490f1890609b721 /usr.bin | |
parent | d802cbe4168160c68b92b6a3e86eb19e443c422e (diff) |
remove mlinks for aliases: ntalkd, mfs, updatedb
ok schwarze
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/locate/locate/Makefile | 5 |
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: |