mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-23 01:53:46 +01:00
Add LN_FLAGS to all the places it makes sense.
This commit is contained in:
parent
45f7d107ac
commit
6098353123
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=6032
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user