diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-01-16 01:22:29 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-01-16 01:22:29 +0000 |
commit | c0922e721c3f9ab788a1334958cfbc34090807ab (patch) | |
tree | 90fa7b0535eda83e03e759889b3046f6e29e3a0e /sys/arch/pmax/stand/Makefile | |
parent | 15e24a64fe7ea33753873404b38532c9044d6b7f (diff) |
update from netbsd
Diffstat (limited to 'sys/arch/pmax/stand/Makefile')
-rw-r--r-- | sys/arch/pmax/stand/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/pmax/stand/Makefile b/sys/arch/pmax/stand/Makefile index ab2fc0e36bc..8870fa3f7e1 100644 --- a/sys/arch/pmax/stand/Makefile +++ b/sys/arch/pmax/stand/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1995/01/18 06:53:36 mellon Exp $ +# $NetBSD: Makefile,v 1.6 1996/01/15 01:44:52 thorpej Exp $ # @(#)Makefile 8.3 (Berkeley) 2/16/94 DESTDIR= @@ -98,8 +98,8 @@ clean cleandir: install: ./mkboot boot rzboot bootrz - install -o bin -g bin -m 444 rzboot ${DESTDIR}/usr/mdec - install -o bin -g bin -m 444 bootrz ${DESTDIR}/usr/mdec + install -o ${BINOWN} -g ${BINGRP} -m 444 rzboot ${DESTDIR}/usr/mdec + install -o ${BINOWN} -g ${BINGRP} -m 444 bootrz ${DESTDIR}/usr/mdec depend: ${SRCS} mkdep ${INCPATH} ${DEFS} ${SRCS} |