summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k/stand/netboot
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2003-10-01 22:50:30 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2003-10-01 22:50:30 +0000
commita46155a056bccbc47e02c0917ec381c76bbb1092 (patch)
tree4cd24ceb7dd22d2229add9b1fdb23b1db7492182 /sys/arch/mvme88k/stand/netboot
parentc27f645c74abfa8a83956c8a0a73c2a40334e592 (diff)
There is no point in chown/chmod outside the install target.
Diffstat (limited to 'sys/arch/mvme88k/stand/netboot')
-rw-r--r--sys/arch/mvme88k/stand/netboot/Makefile4
1 files changed, 1 insertions, 3 deletions
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} \