Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/pmax/stand Define BINDIR, BINMODE and MKMAN in the ...



details:   https://anonhg.NetBSD.org/src/rev/45a81e9b2fb3
branches:  trunk
changeset: 471778:45a81e9b2fb3
user:      simonb <simonb%NetBSD.org@localhost>
date:      Sun Apr 11 04:19:56 1999 +0000

description:
Define BINDIR, BINMODE and MKMAN in the "standard" place.

diffstat:

 sys/arch/pmax/stand/Makefile.inc |  8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diffs (12 lines):

diff -r 27da1d68f741 -r 45a81e9b2fb3 sys/arch/pmax/stand/Makefile.inc
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/pmax/stand/Makefile.inc  Sun Apr 11 04:19:56 1999 +0000
@@ -0,0 +1,8 @@
+# $NetBSD: Makefile.inc,v 1.11 1999/04/11 04:19:56 simonb Exp $
+
+.include <bsd.own.mk>
+
+BINDIR?=       /usr/mdec
+BINMODE?=      444
+
+MKMAN=         no



Home | Main Index | Thread Index | Old Index