Add LN_FLAGS to all the places it makes sense.

This commit is contained in:
Jordan K. Hubbard 1995-01-30 07:22:02 +00:00
parent 45f7d107ac
commit 6098353123
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=6032
3 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
# From: @(#)bsd.prog.mk 5.26 (Berkeley) 6/25/91
# $Id: bsd.kmod.mk,v 1.6 1995/01/01 21:11:55 bde Exp $
# $Id: bsd.kmod.mk,v 1.7 1995/01/14 07:51:06 jkh Exp $
.if exists(${.CURDIR}/../Makefile.inc)
.include "${.CURDIR}/../Makefile.inc"
@ -88,7 +88,7 @@ realinstall: _PROGSUBDIR
shift; \
${ECHO} $$t -\> $$l; \
rm -f $$t; \
ln $$l $$t; \
ln ${LN_FLAGS} $$l $$t; \
done; true
.endif

View File

@ -1,5 +1,5 @@
# from: @(#)bsd.lib.mk 5.26 (Berkeley) 5/2/91
# $Id: bsd.lib.mk,v 1.19 1995/01/14 22:14:54 wollman Exp $
# $Id: bsd.lib.mk,v 1.20 1995/01/14 22:18:15 wollman Exp $
#
.if exists(${.CURDIR}/../Makefile.inc)
@ -280,7 +280,7 @@ realinstall: beforeinstall
shift; \
${ECHO} $$t -\> $$l; \
rm -f $$t; \
ln $$l $$t; \
ln ${LN_FLAGS} $$l $$t; \
done; true
.endif

View File

@ -1,5 +1,5 @@
# From: @(#)bsd.prog.mk 5.26 (Berkeley) 6/25/91
# $Id: bsd.kmod.mk,v 1.6 1995/01/01 21:11:55 bde Exp $
# $Id: bsd.kmod.mk,v 1.7 1995/01/14 07:51:06 jkh Exp $
.if exists(${.CURDIR}/../Makefile.inc)
.include "${.CURDIR}/../Makefile.inc"
@ -88,7 +88,7 @@ realinstall: _PROGSUBDIR
shift; \
${ECHO} $$t -\> $$l; \
rm -f $$t; \
ln $$l $$t; \
ln ${LN_FLAGS} $$l $$t; \
done; true
.endif