Prevent `file' from trying to use the (directory!) /usr/share/misc as the

magic file database.
This commit is contained in:
he 1999-02-16 12:32:52 +00:00
parent 069050d92d
commit 392f839e3f

View File

@ -1,10 +1,10 @@
# $NetBSD: Makefile,v 1.20 1999/02/16 07:11:27 lukem Exp $
# $NetBSD: Makefile,v 1.21 1999/02/16 12:32:52 he Exp $
.include <bsd.own.mk>
MFILESDIR= /usr/share/misc
MFILES= magic
MAGIC= ${MFILESDIR}/${FILES}
MAGIC= ${MFILESDIR}/${MFILES}
.if ${MKSHARE} != "no"
FILESDIR= ${MFILESDIR}
FILES= ${MFILES}