summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k
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/mvme88k
parentb296e783cae122b728eacdbc12edf907a1b80e34 (diff)
more POSIX chown
Diffstat (limited to 'sys/arch/mvme88k')
-rw-r--r--sys/arch/mvme88k/stand/netboot/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme88k/stand/netboot/Makefile b/sys/arch/mvme88k/stand/netboot/Makefile
index 948abdb142c..482e6f54d95 100644
--- a/sys/arch/mvme88k/stand/netboot/Makefile
+++ b/sys/arch/mvme88k/stand/netboot/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.8 2001/01/13 05:19:01 smurph Exp $
+# $OpenBSD: Makefile,v 1.9 2003/04/10 22:42:29 millert Exp $
SIZE?= size
STRIP?= strip
@@ -35,7 +35,7 @@ netboot.bin: netboot
${STRIP} netboot
dd ibs=32 skip=1 if=netboot of=$@
# dd ibs=38 skip=1 if=netboot of=$@
- chown ${LIBOWN}.${LIBGRP} netboot.bin
+ chown ${LIBOWN}:${LIBGRP} netboot.bin
chmod ${LIBMODE} netboot.bin
install: