diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-07-15 22:14:38 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-07-15 22:14:38 +0000 |
commit | 1aee560f297f3283db39a8d74758cd00130d5f79 (patch) | |
tree | 1fb4fe046c148d0e7e14bdd8d4e51dcdde8d6b94 /sys/arch/sparc64/stand/bootblk/Makefile | |
parent | 0c672d552ae11a26a8e6680ab6a6ec22d956a9d6 (diff) |
mode 644 for installing these files
Diffstat (limited to 'sys/arch/sparc64/stand/bootblk/Makefile')
-rw-r--r-- | sys/arch/sparc64/stand/bootblk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/sparc64/stand/bootblk/Makefile b/sys/arch/sparc64/stand/bootblk/Makefile index 0970766fcf0..c5c011e556a 100644 --- a/sys/arch/sparc64/stand/bootblk/Makefile +++ b/sys/arch/sparc64/stand/bootblk/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2013/10/30 00:43:46 guenther Exp $ +# $OpenBSD: Makefile,v 1.12 2014/07/15 22:14:37 deraadt Exp $ # $NetBSD: Makefile,v 1.1 2000/08/20 14:58:45 mrg Exp $ CURDIR= ${.CURDIR} @@ -13,6 +13,7 @@ CLEANFILES= assym.fth.h assym.fth.h.tmp machine \ NOMAN= STRIPFLAG= +BINMODE=644 INCLUDES= -I. -I$S/arch -I$S -nostdinc CPPFLAGS= ${INCLUDES} ${IDENT} ${PARAM} |