xref: /openbsd/distrib/special/ln/Makefile (revision 73471bf0)
1#	$OpenBSD: Makefile,v 1.1 2014/12/23 17:16:02 deraadt Exp $
2
3PROG=	ln
4MAN=	ln.1 symlink.7
5
6.PATH:	${.CURDIR}/../../../bin/ln
7.include <bsd.prog.mk>
8