11556Srgrimes#	@(#)Makefile	8.2 (Berkeley) 5/31/93
250471Speter# $FreeBSD: stable/11/bin/ln/Makefile 320680 2017-07-05 15:58:23Z asomers $
31556Srgrimes
4320680Sasomers.include <src.opts.mk>
5320680Sasomers
6298107SgjbPACKAGE=runtime
71556SrgrimesPROG=	ln
874845SruMAN=	ln.1 symlink.7
91556Srgrimes
1054895SsheldonhLINKS=	${BINDIR}/ln ${BINDIR}/link
1154895SsheldonhMLINKS=	ln.1 link.1
1254895Ssheldonh
13320680Sasomers.if ${MK_TESTS} != "no"
14320680SasomersSUBDIR+= 	tests
15320680Sasomers.endif
16320680Sasomers
171556Srgrimes.include <bsd.prog.mk>
18