Add $(DESTDIR) to the BINDIR=
This commit is contained in:
parent
894618ff5f
commit
89931b5a83
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.3 1996/07/27 18:08:15 is Exp $
|
||||
# $NetBSD: Makefile,v 1.4 1996/07/27 18:09:42 is Exp $
|
||||
|
||||
PROG=loadkmap
|
||||
NOMAN=loadkmap
|
||||
BINDIR=/usr/sbin
|
||||
BINDIR=$(DESTDIR)/usr/sbin
|
||||
SUBDIR=din sw us
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
Loading…
Reference in New Issue