11556Srgrimes#	@(#)Makefile	8.2 (Berkeley) 5/31/93
250471Speter# $FreeBSD: stable/10/bin/ln/Makefile 321093 2017-07-17 21:12:02Z ngie $
31556Srgrimes
4321093Sngie.include <bsd.own.mk>
5321093Sngie
61556SrgrimesPROG=	ln
774845SruMAN=	ln.1 symlink.7
81556Srgrimes
954895SsheldonhLINKS=	${BINDIR}/ln ${BINDIR}/link
1054895SsheldonhMLINKS=	ln.1 link.1
1154895Ssheldonh
12321093Sngie.if ${MK_TESTS} != "no"
13321093SngieSUBDIR+= 	tests
14321093Sngie.endif
15321093Sngie
161556Srgrimes.include <bsd.prog.mk>
17