From d804a0042face7ca00f5d16379feef53bf089084 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Thu, 10 Apr 2003 22:42:30 +0000 Subject: more POSIX chown --- sys/arch/mvme88k/stand/netboot/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/mvme88k') 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: -- cgit v1.2.3