diff options
Diffstat (limited to 'sys/arch/hp300/stand/cdboot/Makefile')
-rw-r--r-- | sys/arch/hp300/stand/cdboot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hp300/stand/cdboot/Makefile b/sys/arch/hp300/stand/cdboot/Makefile index e138b31b86d..abbfac8074c 100644 --- a/sys/arch/hp300/stand/cdboot/Makefile +++ b/sys/arch/hp300/stand/cdboot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 1999/08/18 17:13:19 downsj Exp $ +# $OpenBSD: Makefile,v 1.3 1999/10/05 13:05:46 downsj Exp $ PROG= cdboot @@ -30,7 +30,7 @@ cdboot: ${OBJS} ${LIBS} @size $@ @echo $@ total size may not exceed 30000 bytes -install: cdboot.lif cdboot.raw ${MKBOOT_PROG} +install: cdboot.lif ${MKBOOT_PROG} ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 cdboot.lif \ ${DESTDIR}/usr/mdec |