Remove the definitions of BUILD_OSTYPE and BUILD_OSVERSION, which have
been unused since the TOOL_JOIN change made in revision 1.9.
This commit is contained in:
parent
3fa869bc3a
commit
85f76ee71a
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.9 2007/01/14 16:32:23 apb Exp $
|
||||
# $NetBSD: Makefile,v 1.10 2008/10/07 15:10:35 apb Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
|
@ -13,9 +13,6 @@ CLEANFILES+= lorder
|
|||
|
||||
.include <bsd.hostprog.mk>
|
||||
|
||||
BUILD_OSTYPE!= uname -s
|
||||
BUILD_OSVERSION!= uname -r | sed -e 's,\([0-9]*\.[0-9]*\).*,\1,'
|
||||
|
||||
install: ${TIMESTAMP}
|
||||
${TIMESTAMP}: lorder
|
||||
${HOST_INSTALL_FILE} -m ${BINMODE} ${.ALLSRC} ${.TARGET}
|
||||
|
|
Loading…
Reference in New Issue