BSD 4_4 release
[unix-history] / usr / src / sys / pmax / conf / Makefile.pmax
index 6fbcf29..d446dbe 100644 (file)
@@ -1,4 +1,4 @@
-#      @(#)Makefile.pmax       7.7 (Berkeley) %G%
+#      @(#)Makefile.pmax       8.1 (Berkeley) 6/16/93
 #
 # Makefile for 4.4 BSD
 #
 #
 # Makefile for 4.4 BSD
 #
 # DEBUG is set to -g by config if debugging is requested (config -g).
 # PROF is set to -pg by config if profiling is requested (config -p).
 AS=    as ${DEBUG}
 # DEBUG is set to -g by config if debugging is requested (config -g).
 # PROF is set to -pg by config if profiling is requested (config -p).
 AS=    as ${DEBUG}
-CC=    cc ${DEBUG}
+CC=    gcc ${DEBUG}
 CPP=   cpp
 LD=    ld
 TOUCH= touch -f -c
 
 # source tree is located via $S relative to the compilation directory
 CPP=   cpp
 LD=    ld
 TOUCH= touch -f -c
 
 # source tree is located via $S relative to the compilation directory
-S=     ../..
+S=     /sys
 PMAX=  $S/pmax
 
 INCLUDES= -I. -I$S
 PMAX=  $S/pmax
 
 INCLUDES= -I. -I$S