Author: ngie
Date: Mon Jul 17 21:12:02 2017
New Revision: 321093
URL: https://svnweb.freebsd.org/changeset/base/321093

Log:
  MFC r319857:
  
  ln(1): wordsmith -F option description

Added:
  stable/10/bin/ln/tests/
     - copied from r319714, head/bin/ln/tests/
Modified:
  stable/10/bin/ln/Makefile
  stable/10/etc/mtree/BSD.tests.dist
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/bin/ln/Makefile
==============================================================================
--- stable/10/bin/ln/Makefile   Mon Jul 17 21:11:21 2017        (r321092)
+++ stable/10/bin/ln/Makefile   Mon Jul 17 21:12:02 2017        (r321093)
@@ -1,10 +1,16 @@
 #      @(#)Makefile    8.2 (Berkeley) 5/31/93
 # $FreeBSD$
 
+.include <bsd.own.mk>
+
 PROG=  ln
 MAN=   ln.1 symlink.7
 
 LINKS= ${BINDIR}/ln ${BINDIR}/link
 MLINKS=        ln.1 link.1
+
+.if ${MK_TESTS} != "no"
+SUBDIR+=       tests
+.endif
 
 .include <bsd.prog.mk>

Modified: stable/10/etc/mtree/BSD.tests.dist
==============================================================================
--- stable/10/etc/mtree/BSD.tests.dist  Mon Jul 17 21:11:21 2017        
(r321092)
+++ stable/10/etc/mtree/BSD.tests.dist  Mon Jul 17 21:12:02 2017        
(r321093)
@@ -18,6 +18,8 @@
         ..
         expr
         ..
+        ln
+        ..
         ls
         ..
         mv
_______________________________________________
svn-src-stable-10@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-stable-10
To unsubscribe, send any mail to "svn-src-stable-10-unsubscr...@freebsd.org"

Reply via email to