# @(#)Makefile 8.2 (Berkeley) 5/31/93 # $FreeBSD: stable/11/bin/ln/Makefile 320680 2017-07-05 15:58:23Z asomers $ .include PACKAGE=runtime 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