forgot to actually add sccs keyword lines.
authorKeith Sklower <sklower@ucbvax.Berkeley.EDU>
Sat, 17 Aug 1985 13:12:52 +0000 (05:12 -0800)
committerKeith Sklower <sklower@ucbvax.Berkeley.EDU>
Sat, 17 Aug 1985 13:12:52 +0000 (05:12 -0800)
SCCS-vsn: sbin/XNSrouted/Makefile 5.4
SCCS-vsn: sbin/XNSrouted/trace.c 5.4

usr/src/sbin/XNSrouted/Makefile
usr/src/sbin/XNSrouted/trace.c

index f191131..67dfb92 100644 (file)
@@ -1,3 +1,10 @@
+#
+# Copyright (c) 1983 Regents of the University of California.
+# All rights reserved.  The Berkeley software License Agreement
+# specifies the terms and conditions for redistribution.
+#
+#      @(#)Makefile    5.4 (Berkeley) %G%";
+#
 #      Makefile for Xerox Routing Information Protocol
 #      Daemon
 #
 #      Makefile for Xerox Routing Information Protocol
 #      Daemon
 #
@@ -18,12 +25,5 @@ XNSrouted: ${OBJS}
 install: XNSrouted
        install -s XNSrouted ${DESTDIR}/etc
 
 install: XNSrouted
        install -s XNSrouted ${DESTDIR}/etc
 
-# The following can be deleted where not appropriate to use the kernel's
-# inline code expansions.
-#.c.o:
-#      ${CC} -S ${CFLAGS} $*.c
-#      ${C2} $*.s | sed -f ${ASMSCRIPT} | ${AS} -o $*.o
-#      rm -f $*.s
-
 clean:
        rm -f XNSrouted *.o core a.out t.c linterrs typescript errs
 clean:
        rm -f XNSrouted *.o core a.out t.c linterrs typescript errs
index b4f44e7..1d3edd9 100644 (file)
@@ -1,6 +1,16 @@
+/*
+ * Copyright (c) 1985 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ *
+ * Includes material written at Cornell University by Bill Nesheim,
+ * by permission of the author.
+ */
+
+
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)trace.c    4.6 (Berkeley) 4/9/84";
-#endif
+static char sccsid[] = "@(#)trace.c    5.4 (Berkeley) %G%";
+#endif not lint
 
 /*
  * Routing Table Management Daemon
 
 /*
  * Routing Table Management Daemon