diff options
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} \ |