From 5ed69d99f9152ee808fe490342584dc94a130ef4 Mon Sep 17 00:00:00 2001 From: grant Date: Tue, 23 Sep 2003 07:26:22 +0000 Subject: add a TAR definition for a suitable tar implementation, not necessarily GNU tar. XXX GTAR should probably always point to real GNU tar later. --- mk/defs.NetBSD.mk | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'mk/defs.NetBSD.mk') diff --git a/mk/defs.NetBSD.mk b/mk/defs.NetBSD.mk index a0c3bf935e4..67857c0f368 100644 --- a/mk/defs.NetBSD.mk +++ b/mk/defs.NetBSD.mk @@ -1,4 +1,4 @@ -# $NetBSD: defs.NetBSD.mk,v 1.53 2003/09/14 16:30:34 danw Exp $ +# $NetBSD: defs.NetBSD.mk,v 1.54 2003/09/23 07:26:23 grant Exp $ # # Variable definitions for the NetBSD operating system. @@ -62,6 +62,11 @@ SHLOCK= /usr/bin/shlock SORT?= /usr/bin/sort SU?= /usr/bin/su TAIL?= /usr/bin/tail +.if exists(/bin/tar) +TAR?= /bin/tar +.else +TAR?= /usr/bin/tar +.endif TEE?= /usr/bin/tee TEST?= test # Shell builtin TOUCH?= /usr/bin/touch -- cgit v1.2.3