Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin/chown Use SYMLINKS, I'm not sure why I ahve commited ol...
details: https://anonhg.NetBSD.org/src/rev/1c95972b237b
branches: trunk
changeset: 760831:1c95972b237b
user: haad <haad%NetBSD.org@localhost>
date: Thu Jan 13 23:44:11 2011 +0000
description:
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.
diffstat:
sbin/chown/Makefile | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (20 lines):
diff -r 94b4336263e3 -r 1c95972b237b sbin/chown/Makefile
--- a/sbin/chown/Makefile Thu Jan 13 23:27:11 2011 +0000
+++ b/sbin/chown/Makefile Thu Jan 13 23:44:11 2011 +0000
@@ -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>
Home |
Main Index |
Thread Index |
Old Index