summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/mvme88k/stand/netboot/Makefile4
-rw-r--r--sys/arch/mvmeppc/stand/tftpboot/Makefile4
2 files changed, 4 insertions, 4 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:
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: