Use SYMLINKS, I'm not sure why I ahve commited old version of my patch, but

it should be ok now. Thanks to tron@ for pointing at this issue.
This commit is contained in:
haad 2011-01-13 23:44:11 +00:00
parent 746164e524
commit a3f1560397
1 changed files with 4 additions and 4 deletions

View File

@ -1,12 +1,12 @@
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
# $NetBSD: Makefile,v 1.5 2011/01/13 22:28:36 haad Exp $
# $NetBSD: Makefile,v 1.6 2011/01/13 23:44:11 haad Exp $
PROG= chown
CPPFLAGS+=-DSUPPORT_DOT
MAN= chgrp.1 chown.8
LINKS= ${BINDIR}/chown /bin/chgrp
SYMLINKS+= ${BINDIR}/chown /bin/chgrp
LINKS+= ${BINDIR}/chown /usr/bin/chgrp
LINKS+= ${BINDIR}/chown /usr/sbin/chown
SYMLINKS+= ${BINDIR}/chown /usr/bin/chgrp
SYMLINKS+= ${BINDIR}/chown /usr/sbin/chown
.include <bsd.prog.mk>