diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-01-24 21:10:56 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-01-24 21:10:56 +0000 |
commit | a5e86f144526f94ad92e31cdd2fd944cd11fd254 (patch) | |
tree | 40ab2f99aafa6e277346e979102a30240c1eaafc /sys/arch/mvmeppc | |
parent | 20f5ee26366d5d03115112636b80a685a25a30c0 (diff) |
No chown/chmod outside install targets.
Diffstat (limited to 'sys/arch/mvmeppc')
-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} \ |