summaryrefslogtreecommitdiff
path: root/usr.sbin/chown
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>1996-11-14 15:04:53 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>1996-11-14 15:04:53 +0000
commit992de972d85d95a5a0de8debb89be899937314d5 (patch)
tree801e0b5469ea69271731bac8118957a1d106a887 /usr.sbin/chown
parentde34f0ba28fc68c606523c67db3187a3a03fb8e7 (diff)
correct LINKS usage
Diffstat (limited to 'usr.sbin/chown')
-rw-r--r--usr.sbin/chown/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/chown/Makefile b/usr.sbin/chown/Makefile
index 9df99b17b05..5ddbaf35f65 100644
--- a/usr.sbin/chown/Makefile
+++ b/usr.sbin/chown/Makefile
@@ -1,9 +1,9 @@
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
-# $Id: Makefile,v 1.1 1995/10/18 08:47:29 deraadt Exp $
+# $Id: Makefile,v 1.2 1996/11/14 15:04:52 mickey Exp $
PROG= chown
CFLAGS+=-DSUPPORT_DOT
MAN= chgrp.1 chown.8
-LINKS= ${BINDIR}/chown /usr/bin/chgrp
+LINKS= ${BINDIR}/chown ${BINDIR}/chgrp
.include <bsd.prog.mk>