Add $(DESTDIR) to the BINDIR=

This commit is contained in:
is 1996-07-27 18:09:42 +00:00
parent 894618ff5f
commit 89931b5a83
1 changed files with 2 additions and 2 deletions

View File

@ -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>