diff options
author | 2003-10-01 22:50:29 +0000 | |
---|---|---|
committer | 2003-10-01 22:50:29 +0000 | |
commit | 8e32ee8521753b07e26e733d8d450c805f8fd03c (patch) | |
tree | 931943a815613ddf6493d4ced5a8f7bfcb30c28a | |
parent | Do not include mount_nfs on sparc bsd.rd and floppies, as they are missing (diff) | |
download | wireguard-openbsd-8e32ee8521753b07e26e733d8d450c805f8fd03c.tar.xz wireguard-openbsd-8e32ee8521753b07e26e733d8d450c805f8fd03c.zip |
There is no point in chown/chmod outside the install target.
-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} \ |