forgot a newline in the last change (to psym)
[unix-history] / usr / src / old / sh / Makefile
index 5aadd60..1f52a7e 100644 (file)
@@ -1,6 +1,6 @@
-#      Makefile        4.1     82/05/07
+#      Makefile        4.5     83/07/01
 #
 #
-CFLAGS = -n -O -g
+CFLAGS = -O -w
 
 all:   sh
 
 
 all:   sh
 
@@ -24,12 +24,10 @@ fault.o:    brkincr.h
 main.o:                brkincr.h
 stak.o:                brkincr.h
 
 main.o:                brkincr.h
 stak.o:                brkincr.h
 
-sh:;           cc -o sh -n *.o
+sh:
+       cc -o sh *.o
 
 
-newsys:;       :newsys file=msg; make sh
-install:;      install -s sh $(DESTDIR)/bin
-clean:; rm -f sh *.o
-diff:;         :diff
-list:;         list Makefile *.h *.s *.c
-
-.c.o:; cc -O  -c $<
+install:
+       install -s sh $(DESTDIR)/bin
+clean:
+       rm -f sh *.o