Add a HOST_LN.

This commit is contained in:
matt 2003-11-13 05:54:44 +00:00
parent 9bd74136be
commit 707e787138
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: bsd.sys.mk,v 1.107 2003/11/08 06:06:50 lukem Exp $
# $NetBSD: bsd.sys.mk,v 1.108 2003/11/13 05:54:44 matt Exp $
#
# Build definitions used for NetBSD source tree builds.
@ -74,6 +74,8 @@ HOST_LDFLAGS?=
HOST_AR?= ar
HOST_RANLIB?= ranlib
HOST_LN?= ln
.if !empty(HOST_CYGWIN)
HOST_SH?= /usr/bin/bash
.else