summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k/stand/netboot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/mvme88k/stand/netboot/Makefile')
-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: