summaryrefslogtreecommitdiff
path: root/sys/arch/mvmeppc/stand
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2003-04-10 22:42:30 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2003-04-10 22:42:30 +0000
commitd804a0042face7ca00f5d16379feef53bf089084 (patch)
tree15ffdeef5d8dc76ba67eaa82a931f7b22e024305 /sys/arch/mvmeppc/stand
parentb296e783cae122b728eacdbc12edf907a1b80e34 (diff)
more POSIX chown
Diffstat (limited to 'sys/arch/mvmeppc/stand')
-rw-r--r--sys/arch/mvmeppc/stand/tftpboot/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvmeppc/stand/tftpboot/Makefile b/sys/arch/mvmeppc/stand/tftpboot/Makefile
index 0a707775b34..4ae7190110a 100644
--- a/sys/arch/mvmeppc/stand/tftpboot/Makefile
+++ b/sys/arch/mvmeppc/stand/tftpboot/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 2001/08/21 17:44:19 miod Exp $
+# $OpenBSD: Makefile,v 1.3 2003/04/10 22:42:29 millert Exp $
SIZE?= size
STRIP?= strip
@@ -35,7 +35,7 @@ tftpboot.bin: tftpboot
${STRIP} tftpboot
dd ibs=96 skip=1 if=tftpboot of=$@
# dd ibs=38 skip=1 if=tftpboot of=$@
- chown ${LIBOWN}.${LIBGRP} tftpboot.bin
+ chown ${LIBOWN}:${LIBGRP} tftpboot.bin
chmod ${LIBMODE} tftpboot.bin
install: