Preload <bsd.own.mk> before .undef DESTDIR.

This commit is contained in:
tv 2001-11-14 22:00:42 +00:00
parent 4446c00002
commit 4dec0efa0b
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.25 2001/11/14 21:59:31 tv Exp $
# $NetBSD: Makefile,v 1.26 2001/11/14 22:00:42 tv Exp $
LIB= compat
MKPIC= no
@ -34,5 +34,6 @@ SRCS+= kern_ipc_10.c
# only needed during build
libinstall::
.include <bsd.own.mk>
.undef DESTDIR
.include <bsd.lib.mk>