[Midnightbsd-cvs] mports [24658] trunk/Mk/components/commands.mk: add RLN command

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Nov 22 00:44:48 EST 2018


Revision: 24658
          http://svnweb.midnightbsd.org/mports/?rev=24658
Author:   laffer1
Date:     2018-11-22 00:44:47 -0500 (Thu, 22 Nov 2018)
Log Message:
-----------
add RLN command

Modified Paths:
--------------
    trunk/Mk/components/commands.mk

Modified: trunk/Mk/components/commands.mk
===================================================================
--- trunk/Mk/components/commands.mk	2018-11-22 05:30:00 UTC (rev 24657)
+++ trunk/Mk/components/commands.mk	2018-11-22 05:44:47 UTC (rev 24658)
@@ -70,6 +70,7 @@
 PS_CMD?=	/bin/ps
 PW?=		/usr/sbin/pw
 REALPATH?=	/bin/realpath
+RLN?=		${INSTALL} -l rs
 RM?=		/bin/rm
 RMDIR?=		/bin/rmdir
 SED?=		/usr/bin/sed



More information about the Midnightbsd-cvs mailing list