From 6a44735c94fea6d18675f2d972efa5c4afec0cf9 Mon Sep 17 00:00:00 2001 From: obrien Date: Mon, 9 Aug 2004 11:05:09 +0000 Subject: Don't try to programatically support running file(1) w/in /usr/obj or other non-standard install path. Agreed with: ru --- usr.bin/file/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/file') diff --git a/usr.bin/file/Makefile b/usr.bin/file/Makefile index 261ad6f..fed320f 100644 --- a/usr.bin/file/Makefile +++ b/usr.bin/file/Makefile @@ -25,7 +25,7 @@ SRCDIR= ${.CURDIR}/../../contrib/file PROG= file -MAGICPATH?= ${DESTDIR}/usr/share/misc +MAGICPATH?= /usr/share/misc CFLAGS+= -DMAGIC='"${MAGICPATH}/magic"' -DHAVE_CONFIG_H CFLAGS+= -I${.CURDIR} -I${SRCDIR} -- cgit v1.1