diff options
author | 2004-01-24 21:10:55 +0000 | |
---|---|---|
committer | 2004-01-24 21:10:55 +0000 | |
commit | 34b22fd675bebff30fb2e9d45b03944106144d97 (patch) | |
tree | b43ecdeb409443eaeb7c4a24c2618585769ae1da | |
parent | Preserve SPRG0-SPRG3 around BUG calls, as required in the PPC1Bug UM; (diff) | |
download | wireguard-openbsd-34b22fd675bebff30fb2e9d45b03944106144d97.tar.xz wireguard-openbsd-34b22fd675bebff30fb2e9d45b03944106144d97.zip |
No chown/chmod outside install targets.
-rw-r--r-- | sys/arch/mvmeppc/stand/tftpboot/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/mvmeppc/stand/tftpboot/Makefile b/sys/arch/mvmeppc/stand/tftpboot/Makefile index 4ae7190110a..0811d7ea2bb 100644 --- a/sys/arch/mvmeppc/stand/tftpboot/Makefile +++ b/sys/arch/mvmeppc/stand/tftpboot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2003/04/10 22:42:29 millert Exp $ +# $OpenBSD: Makefile,v 1.4 2004/01/24 21:10:55 miod Exp $ SIZE?= size STRIP?= strip @@ -35,8 +35,6 @@ tftpboot.bin: tftpboot ${STRIP} tftpboot dd ibs=96 skip=1 if=tftpboot of=$@ # dd ibs=38 skip=1 if=tftpboot of=$@ - chown ${LIBOWN}:${LIBGRP} tftpboot.bin - chmod ${LIBMODE} tftpboot.bin install: ${INSTALL} ${INSTALL_COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} \ |