new template
[unix-history] / usr / src / games / battlestar / Makefile
index ca7291f..bba5c87 100644 (file)
@@ -1,4 +1,10 @@
-# @(#)Makefile 1.5 %G%
+#
+# Copyright (c) 1983 Regents of the University of California,
+# All rights reserved.  Redistribution permitted subject to
+# the terms of the Berkeley Software License Agreement.
+#
+
+# @(#)Makefile 1.9 %G%
 
 CFLAGS=                -O
 OBJS=          battlestar.o com1.o com2.o com3.o com4.o com5.o com6.o com7.o \
 
 CFLAGS=                -O
 OBJS=          battlestar.o com1.o com2.o com3.o com4.o com5.o com6.o com7.o \
@@ -17,6 +23,8 @@ MAN=          $(DESTDIR)/usr/man/man6/battlestar.6
 battlestar: $(OBJS)
        cc -o battlestar $(OBJS) $(LIBS)
 
 battlestar: $(OBJS)
        cc -o battlestar $(OBJS) $(LIBS)
 
+$(OBJS): externs.h
+
 lint: $(CFILES) 
        lint $(LINTFLAGS) $(CFILES) $(LIBS) 
 
 lint: $(CFILES) 
        lint $(LINTFLAGS) $(CFILES) $(LIBS) 
 
@@ -32,3 +40,5 @@ man $(MAN):
 
 clean:
        rm -f $(OBJS) $(JUNKFILES)
 
 clean:
        rm -f $(OBJS) $(JUNKFILES)
+
+depend: