d71e172ac6
respectively, in accordance with SUSv2. This differs from the approach taken in NetBSD, but provides less obscure error messages in at least the EISDIR case and does not take up additional disk space for new binaries. PR: 13071 PR: 13074 Requested by: James Howard <howardjp@wam.umd.edu>
12 lines
167 B
Makefile
12 lines
167 B
Makefile
# @(#)Makefile 8.2 (Berkeley) 5/31/93
|
|
# $FreeBSD$
|
|
|
|
PROG= ln
|
|
MAN1= ln.1
|
|
MAN7= symlink.7
|
|
|
|
LINKS= ${BINDIR}/ln ${BINDIR}/link
|
|
MLINKS= ln.1 link.1
|
|
|
|
.include <bsd.prog.mk>
|