add MACHINE def
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Thu, 14 May 1987 00:44:20 +0000 (16:44 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Thu, 14 May 1987 00:44:20 +0000 (16:44 -0800)
SCCS-vsn: Makefile 4.15

usr/src/Makefile

index d6d8634..3c3f870 100644 (file)
@@ -3,7 +3,7 @@
 # All rights reserved.  The Berkeley software License Agreement
 # specifies the terms and conditions for redistribution.
 #
 # All rights reserved.  The Berkeley software License Agreement
 # specifies the terms and conditions for redistribution.
 #
-#      @(#)Makefile    4.14    (Berkeley)      %G%
+#      @(#)Makefile    4.15    (Berkeley)      %G%
 #
 # This makefile is designed to be run in one of three ways:
 #
 #
 # This makefile is designed to be run in one of three ways:
 #
@@ -34,7 +34,8 @@
 HOSTLOOKUP=named
 DFLMON=mon.o
 DEFS= -DLIBC_SCCS
 HOSTLOOKUP=named
 DFLMON=mon.o
 DEFS= -DLIBC_SCCS
-LIBCDEFS= HOSTLOOKUP=${HOSTLOOKUP} DFLMON=${DFLMON} DEFS="${DEFS}"
+MACHINE=tahoe
+LIBCDEFS= MACHINE=${MACHINE} HOSTLOOKUP=${HOSTLOOKUP} DFLMON=${DFLMON} DEFS="${DEFS}"
 
 # global flags
 # SRC_MFLAGS are used on makes in command source directories,
 
 # global flags
 # SRC_MFLAGS are used on makes in command source directories,