added depend label
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 1 Jun 1987 11:43:56 +0000 (03:43 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 1 Jun 1987 11:43:56 +0000 (03:43 -0800)
SCCS-vsn: old/adb/adb.vax/Makefile 4.6
SCCS-vsn: old/adb/adb.tahoe/Makefile 5.2
SCCS-vsn: old/as.vax/Makefile 5.4
SCCS-vsn: old/awk/Makefile 4.4
SCCS-vsn: bin/csh/Makefile 5.5
SCCS-vsn: usr.bin/diff/diff/Makefile 4.2
SCCS-vsn: old/sed/Makefile 4.2
SCCS-vsn: usr.bin/sed/Makefile 4.2
SCCS-vsn: old/sh/Makefile 4.6
SCCS-vsn: old/tp/Makefile 4.2
SCCS-vsn: sbin/dump/Makefile 5.5
SCCS-vsn: libexec/ftpd/Makefile 5.3
SCCS-vsn: libexec/getty/Makefile 5.2
SCCS-vsn: old/htable/Makefile 5.3
SCCS-vsn: old/implog/Makefile 5.4
SCCS-vsn: sbin/restore/Makefile 5.4
SCCS-vsn: sbin/routed/Makefile 5.3
SCCS-vsn: share/termcap/Makefile 5.3
SCCS-vsn: libexec/tftpd/Makefile 5.3
SCCS-vsn: sbin/XNSrouted/Makefile 5.6

20 files changed:
usr/src/bin/csh/Makefile
usr/src/libexec/ftpd/Makefile
usr/src/libexec/getty/Makefile
usr/src/libexec/tftpd/Makefile
usr/src/old/adb/adb.tahoe/Makefile
usr/src/old/adb/adb.vax/Makefile
usr/src/old/as.vax/Makefile
usr/src/old/awk/Makefile
usr/src/old/htable/Makefile
usr/src/old/implog/Makefile
usr/src/old/sed/Makefile
usr/src/old/sh/Makefile
usr/src/old/tp/Makefile
usr/src/sbin/XNSrouted/Makefile
usr/src/sbin/dump/Makefile
usr/src/sbin/restore/Makefile
usr/src/sbin/routed/Makefile
usr/src/share/termcap/Makefile
usr/src/usr.bin/diff/diff/Makefile
usr/src/usr.bin/sed/Makefile

index 68477da..e548258 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    5.4 (Berkeley) %G%
+#      @(#)Makefile    5.5 (Berkeley) %G%
 #
 # C Shell with process control; VM/UNIX VAX Makefile
 # Bill Joy UC Berkeley; Jim Kulp IIASA, Austria
 #
 # C Shell with process control; VM/UNIX VAX Makefile
 # Bill Joy UC Berkeley; Jim Kulp IIASA, Austria
@@ -93,6 +93,8 @@ vgrind:
 install: csh
        install -s csh ${DESTDIR}/bin/csh
 
 install: csh
        install -s csh ${DESTDIR}/bin/csh
 
+depend:
+
 clean:
        ${RM} -f a.out strings x.c xs.c csh errs
        ${RM} -f *.o
 clean:
        ${RM} -f a.out strings x.c xs.c csh errs
        ${RM} -f *.o
index 5b53d55..f529441 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    5.2 (Berkeley) %G%
+#      @(#)Makefile    5.3 (Berkeley) %G%
 #
 ALL=   ftpd.o ftpcmd.o glob.o vers.o
 DESTDIR=
 #
 ALL=   ftpd.o ftpcmd.o glob.o vers.o
 DESTDIR=
@@ -21,3 +21,5 @@ install:
 
 clean:
        rm -f ftpd *.o *.s errs core a.out t.? yacc.* y.tab.c
 
 clean:
        rm -f ftpd *.o *.s errs core a.out t.? yacc.* y.tab.c
+
+depend:
index f0aa104..b943997 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    5.1 (Berkeley) %G%
+#      @(#)Makefile    5.2 (Berkeley) %G%
 #
 DESTDIR=
 CFLAGS=        -O
 #
 DESTDIR=
 CFLAGS=        -O
@@ -21,6 +21,8 @@ install: all
 clean:
        rm -f getty ${OBJS} a.out core errs
 
 clean:
        rm -f getty ${OBJS} a.out core errs
 
+depend:
+
 main.o: gettytab.h
 init.o: gettytab.h
 subr.o: gettytab.h
 main.o: gettytab.h
 init.o: gettytab.h
 subr.o: gettytab.h
index 88b0464..1cec669 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    5.2 (Berkeley) %G%
+#      @(#)Makefile    5.3 (Berkeley) %G%
 #
 
 ALL=   tftpd.o tftpsubs.o
 #
 
 ALL=   tftpd.o tftpsubs.o
@@ -19,3 +19,5 @@ install:
 
 clean:
        rm -f tftpd *.o *.s errs core a.out t.?
 
 clean:
        rm -f tftpd *.o *.s errs core a.out t.?
+
+depend:
index 44980d6..ae33265 100644 (file)
@@ -1,4 +1,4 @@
-#      Makefile        5.1     86/02/25
+#      Makefile        5.2     87/05/31
 #
 DESTDIR=
 CFLAGS=        -O
 #
 DESTDIR=
 CFLAGS=        -O
@@ -34,6 +34,8 @@ sym.o:                defs.h sym.c
 clean:
        rm -f adb ${OBJS} core t.c errs
 
 clean:
        rm -f adb ${OBJS} core t.c errs
 
+depend:
+
 lint:
        lint -bx ${SRCS}
 
 lint:
        lint -bx ${SRCS}
 
index 214d0bf..4980191 100644 (file)
@@ -1,5 +1,5 @@
 #
 #
-#      Makefile        4.5     87/05/10
+#      Makefile        4.6     87/05/31
 #
 DESTDIR= 
 DFLAGS = -DADB
 #
 DESTDIR= 
 DFLAGS = -DADB
@@ -47,6 +47,8 @@ install:
 clean:
        rm -f adb instrs.adb errs ${OFILES}
 
 clean:
        rm -f adb instrs.adb errs ${OFILES}
 
+depend:
+
 print:
        @ls -l | pr
        @pr -f Makefile *.h ${CFILES}
 print:
        @ls -l | pr
        @pr -f Makefile *.h ${CFILES}
index 67515c7..8c0534e 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    5.3 (Berkeley) %G%
+#      @(#)Makefile    5.4 (Berkeley) %G%
 #
 #      as.h            Definitions for data structures
 #      asnumber.h      Definitions for all numbers: byte .. G format float
 #
 #      as.h            Definitions for data structures
 #      asnumber.h      Definitions for all numbers: byte .. G format float
@@ -120,6 +120,9 @@ lint:
        lint ${DFLAGS} ${SRCS}
 clean:
        rm -f ${OBJS} instrs.as as core a.out errs
        lint ${DFLAGS} ${SRCS}
 clean:
        rm -f ${OBJS} instrs.as as core a.out errs
+
+depend:
+
 install:
        install -s as ${DESTDIR}/bin
 
 install:
        install -s as ${DESTDIR}/bin
 
index 0fad278..068f536 100644 (file)
@@ -1,4 +1,4 @@
-#      Makefile        4.3     86/05/15
+#      Makefile        4.4     87/05/31
 #
 CFLAGS=-O
 YFLAGS=-d
 #
 CFLAGS=-O
 YFLAGS=-d
@@ -34,6 +34,8 @@ profile:      awk.g.o $(FILES) mon.o
 find:
        egrep -n "$(PAT)" *.[ylhc] awk.def
 
 find:
        egrep -n "$(PAT)" *.[ylhc] awk.def
 
+depend:
+
 list:
        -pr $(SOURCE) Makefile tokenscript README EXPLAIN
 
 list:
        -pr $(SOURCE) Makefile tokenscript README EXPLAIN
 
index 7e7e959..0786965 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    5.2 (Berkeley) %G%
+#      @(#)Makefile    5.3 (Berkeley) %G%
 #
 CFLAGS=        -O
 DESTDIR=
 #
 CFLAGS=        -O
 DESTDIR=
@@ -34,3 +34,5 @@ clean:
 
 install:
        install -s htable ${DESTDIR}/etc/htable
 
 install:
        install -s htable ${DESTDIR}/etc/htable
+
+depend:
index 4a661ce..5426062 100644 (file)
@@ -2,7 +2,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    5.3 (Berkeley) %G%
+#      @(#)Makefile    5.4 (Berkeley) %G%
 #
 ALL=   implog implogd
 DESTDIR=
 #
 ALL=   implog implogd
 DESTDIR=
@@ -22,3 +22,5 @@ clean:
 install: ${ALL}
        install -s implog ${DESTDIR}/etc
        install -s implogd ${DESTDIR}/etc
 install: ${ALL}
        install -s implog ${DESTDIR}/etc
        install -s implogd ${DESTDIR}/etc
+
+depend:
index d2f784a..29179d5 100644 (file)
@@ -1,4 +1,4 @@
-#      Makefile        4.1     85/04/05
+#      Makefile        4.2     87/05/31
 #
 CFLAGS=-O -w
 
 #
 CFLAGS=-O -w
 
@@ -12,3 +12,5 @@ install: sed
        install -s sed $(DESTDIR)/bin
 clean:
        rm -f *.o sed
        install -s sed $(DESTDIR)/bin
 clean:
        rm -f *.o sed
+
+depend:
index 1f52a7e..1090267 100644 (file)
@@ -1,4 +1,4 @@
-#      Makefile        4.5     83/07/01
+#      Makefile        4.6     87/05/31
 #
 CFLAGS = -O -w
 
 #
 CFLAGS = -O -w
 
@@ -27,6 +27,8 @@ stak.o:               brkincr.h
 sh:
        cc -o sh *.o
 
 sh:
        cc -o sh *.o
 
+depend:
+
 install:
        install -s sh $(DESTDIR)/bin
 clean:
 install:
        install -s sh $(DESTDIR)/bin
 clean:
index 2156617..726c43f 100644 (file)
@@ -1,4 +1,4 @@
-#      @(#)Makefile    4.1     %G%
+#      @(#)Makefile    4.2     %G%
 
 CFLAGS=-O
 h = tp.h tp_defs.h
 
 CFLAGS=-O
 h = tp.h tp_defs.h
@@ -14,3 +14,5 @@ install : tp
 
 clean : 
        rm -f *.o
 
 clean : 
        rm -f *.o
+
+depend:
index 5f4a806..9e12628 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    5.5 (Berkeley) %G%";
+#      @(#)Makefile    5.6 (Berkeley) %G%";
 #
 #      Makefile for Xerox Routing Information Protocol
 #      Daemon
 #
 #      Makefile for Xerox Routing Information Protocol
 #      Daemon
@@ -27,3 +27,5 @@ install: XNSrouted
 
 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
+
+depend:
index 5918ca1..23150fd 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    5.4 (Berkeley) %G%
+#      @(#)Makefile    5.5 (Berkeley) %G%
 #
 #      dump.h                  header file
 #      dumpitime.c             reads /etc/dumpdates
 #
 #      dump.h                  header file
 #      dumpitime.c             reads /etc/dumpdates
@@ -59,6 +59,8 @@ dumprtape.o: dumprtape.c
 clean:
        rm -f *.o rdump dump errs dumprmain.c dumprtape.c
 
 clean:
        rm -f *.o rdump dump errs dumprmain.c dumprtape.c
 
+depend:
+
 lint:
        lint $(DFLAGS) $(SRCS)
 
 lint:
        lint $(DFLAGS) $(SRCS)
 
index 414aa0e..d068a48 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    5.3 (Berkeley) %G%
+#      @(#)Makefile    5.4 (Berkeley) %G%
 #
 DESTDIR=
 CFLAGS= -O
 #
 DESTDIR=
 CFLAGS= -O
@@ -33,6 +33,8 @@ install: rrestore restore
 clean:
        rm -f restore rrestore *.o errs a.out core
 
 clean:
        rm -f restore rrestore *.o errs a.out core
 
+depend:
+
 lint:
        lint ${FILES}
 
 lint:
        lint ${FILES}
 
index 42fe124..e57c541 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    5.2 (Berkeley) %G%
+#      @(#)Makefile    5.3 (Berkeley) %G%
 #
 ALL=   routed
 OBJS=  af.o if.o input.o main.o output.o startup.o tables.o timer.o \
 #
 ALL=   routed
 OBJS=  af.o if.o input.o main.o output.o startup.o tables.o timer.o \
@@ -32,5 +32,7 @@ install: routed
 clean:
        rm -f routed *.o core a.out t.c linterrs typescript errs
 
 clean:
        rm -f routed *.o core a.out t.c linterrs typescript errs
 
+depend:
+
 ${OBJS}: defs.h af.h defs.h interface.h table.h trace.h \
        /usr/include/protocols/routed.h
 ${OBJS}: defs.h af.h defs.h interface.h table.h trace.h \
        /usr/include/protocols/routed.h
index 584eaac..7fa0278 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    5.2 (Berkeley) %G%
+#      @(#)Makefile    5.3 (Berkeley) %G%
 #
 # reorder gives an editor command for most common terminals
 # (in reverse order from n'th to 1'st most commonly used)
 #
 # reorder gives an editor command for most common terminals
 # (in reverse order from n'th to 1'st most commonly used)
@@ -25,6 +25,8 @@ tabset: FRC
 clean:
        rm -f termcap
 
 clean:
        rm -f termcap
 
+depend:
+
 FRC:
 
 installall:
 FRC:
 
 installall:
index d4fe4b5..9bed71b 100644 (file)
@@ -1,4 +1,4 @@
-#      @(#)Makefile    4.1     %G%
+#      @(#)Makefile    4.2     %G%
 #
 DIFF=  /bin/diff
 DIFFH= /usr/lib/diffh
 #
 DIFF=  /bin/diff
 DIFFH= /usr/lib/diffh
@@ -18,6 +18,8 @@ diff: ${OBJS}
 diffh: diffh.o
        cc -o diffh diffh.o ${LDFLAGS}
 
 diffh: diffh.o
        cc -o diffh diffh.o ${LDFLAGS}
 
+depend:
+
 clean:
        rm -f diff diffh ${OBJS} diffh.o
 
 clean:
        rm -f diff diffh ${OBJS} diffh.o
 
index d2f784a..29179d5 100644 (file)
@@ -1,4 +1,4 @@
-#      Makefile        4.1     85/04/05
+#      Makefile        4.2     87/05/31
 #
 CFLAGS=-O -w
 
 #
 CFLAGS=-O -w
 
@@ -12,3 +12,5 @@ install: sed
        install -s sed $(DESTDIR)/bin
 clean:
        rm -f *.o sed
        install -s sed $(DESTDIR)/bin
 clean:
        rm -f *.o sed
+
+depend: