From a46155a056bccbc47e02c0917ec381c76bbb1092 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Wed, 1 Oct 2003 22:50:30 +0000 Subject: There is no point in chown/chmod outside the install target. --- sys/arch/mvme88k/stand/netboot/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sys/arch/mvme88k/stand/netboot') diff --git a/sys/arch/mvme88k/stand/netboot/Makefile b/sys/arch/mvme88k/stand/netboot/Makefile index e8d7481c6ef..138c4786dba 100644 --- a/sys/arch/mvme88k/stand/netboot/Makefile +++ b/sys/arch/mvme88k/stand/netboot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2003/10/01 20:39:41 miod Exp $ +# $OpenBSD: Makefile,v 1.12 2003/10/01 22:50:29 miod Exp $ SIZE?= size STRIP?= strip @@ -35,8 +35,6 @@ 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 - chmod ${LIBMODE} netboot.bin install: ${INSTALL} ${INSTALL_COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} \ -- cgit v1.2.3