diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2003-10-01 22:50:30 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2003-10-01 22:50:30 +0000 |
commit | a46155a056bccbc47e02c0917ec381c76bbb1092 (patch) | |
tree | 4cd24ceb7dd22d2229add9b1fdb23b1db7492182 /sys/arch/mvme88k/stand/netboot | |
parent | c27f645c74abfa8a83956c8a0a73c2a40334e592 (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/Makefile | 4 |
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} \ |