From 66da2b0fd314e273faae1d5bc15decb2a30f9f05 Mon Sep 17 00:00:00 2001 From: Keith Bostic Date: Mon, 1 Jun 1987 03:43:56 -0800 Subject: [PATCH] added depend label 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 --- usr/src/bin/csh/Makefile | 4 +++- usr/src/libexec/ftpd/Makefile | 4 +++- usr/src/libexec/getty/Makefile | 4 +++- usr/src/libexec/tftpd/Makefile | 4 +++- usr/src/old/adb/adb.tahoe/Makefile | 4 +++- usr/src/old/adb/adb.vax/Makefile | 4 +++- usr/src/old/as.vax/Makefile | 5 ++++- usr/src/old/awk/Makefile | 4 +++- usr/src/old/htable/Makefile | 4 +++- usr/src/old/implog/Makefile | 4 +++- usr/src/old/sed/Makefile | 4 +++- usr/src/old/sh/Makefile | 4 +++- usr/src/old/tp/Makefile | 4 +++- usr/src/sbin/XNSrouted/Makefile | 4 +++- usr/src/sbin/dump/Makefile | 4 +++- usr/src/sbin/restore/Makefile | 4 +++- usr/src/sbin/routed/Makefile | 4 +++- usr/src/share/termcap/Makefile | 4 +++- usr/src/usr.bin/diff/diff/Makefile | 4 +++- usr/src/usr.bin/sed/Makefile | 4 +++- 20 files changed, 61 insertions(+), 20 deletions(-) diff --git a/usr/src/bin/csh/Makefile b/usr/src/bin/csh/Makefile index 68477da310..e5482586f3 100644 --- a/usr/src/bin/csh/Makefile +++ b/usr/src/bin/csh/Makefile @@ -3,7 +3,7 @@ # 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 @@ -93,6 +93,8 @@ vgrind: install: csh install -s csh ${DESTDIR}/bin/csh +depend: + clean: ${RM} -f a.out strings x.c xs.c csh errs ${RM} -f *.o diff --git a/usr/src/libexec/ftpd/Makefile b/usr/src/libexec/ftpd/Makefile index 5b53d555be..f529441390 100644 --- a/usr/src/libexec/ftpd/Makefile +++ b/usr/src/libexec/ftpd/Makefile @@ -3,7 +3,7 @@ # 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= @@ -21,3 +21,5 @@ install: clean: rm -f ftpd *.o *.s errs core a.out t.? yacc.* y.tab.c + +depend: diff --git a/usr/src/libexec/getty/Makefile b/usr/src/libexec/getty/Makefile index f0aa104fd3..b9439974dc 100644 --- a/usr/src/libexec/getty/Makefile +++ b/usr/src/libexec/getty/Makefile @@ -3,7 +3,7 @@ # 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 @@ -21,6 +21,8 @@ install: all clean: rm -f getty ${OBJS} a.out core errs +depend: + main.o: gettytab.h init.o: gettytab.h subr.o: gettytab.h diff --git a/usr/src/libexec/tftpd/Makefile b/usr/src/libexec/tftpd/Makefile index 88b0464090..1cec66939a 100644 --- a/usr/src/libexec/tftpd/Makefile +++ b/usr/src/libexec/tftpd/Makefile @@ -3,7 +3,7 @@ # 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 @@ -19,3 +19,5 @@ install: clean: rm -f tftpd *.o *.s errs core a.out t.? + +depend: diff --git a/usr/src/old/adb/adb.tahoe/Makefile b/usr/src/old/adb/adb.tahoe/Makefile index 44980d6ef9..ae3326548d 100644 --- a/usr/src/old/adb/adb.tahoe/Makefile +++ b/usr/src/old/adb/adb.tahoe/Makefile @@ -1,4 +1,4 @@ -# Makefile 5.1 86/02/25 +# Makefile 5.2 87/05/31 # DESTDIR= CFLAGS= -O @@ -34,6 +34,8 @@ sym.o: defs.h sym.c clean: rm -f adb ${OBJS} core t.c errs +depend: + lint: lint -bx ${SRCS} diff --git a/usr/src/old/adb/adb.vax/Makefile b/usr/src/old/adb/adb.vax/Makefile index 214d0bf36f..4980191788 100644 --- a/usr/src/old/adb/adb.vax/Makefile +++ b/usr/src/old/adb/adb.vax/Makefile @@ -1,5 +1,5 @@ # -# Makefile 4.5 87/05/10 +# Makefile 4.6 87/05/31 # DESTDIR= DFLAGS = -DADB @@ -47,6 +47,8 @@ install: clean: rm -f adb instrs.adb errs ${OFILES} +depend: + print: @ls -l | pr @pr -f Makefile *.h ${CFILES} diff --git a/usr/src/old/as.vax/Makefile b/usr/src/old/as.vax/Makefile index 67515c7519..8c0534e847 100644 --- a/usr/src/old/as.vax/Makefile +++ b/usr/src/old/as.vax/Makefile @@ -3,7 +3,7 @@ # 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 @@ -120,6 +120,9 @@ lint: lint ${DFLAGS} ${SRCS} clean: rm -f ${OBJS} instrs.as as core a.out errs + +depend: + install: install -s as ${DESTDIR}/bin diff --git a/usr/src/old/awk/Makefile b/usr/src/old/awk/Makefile index 0fad2788bc..068f536318 100644 --- a/usr/src/old/awk/Makefile +++ b/usr/src/old/awk/Makefile @@ -1,4 +1,4 @@ -# Makefile 4.3 86/05/15 +# Makefile 4.4 87/05/31 # CFLAGS=-O YFLAGS=-d @@ -34,6 +34,8 @@ profile: awk.g.o $(FILES) mon.o find: egrep -n "$(PAT)" *.[ylhc] awk.def +depend: + list: -pr $(SOURCE) Makefile tokenscript README EXPLAIN diff --git a/usr/src/old/htable/Makefile b/usr/src/old/htable/Makefile index 7e7e9591a4..0786965cc1 100644 --- a/usr/src/old/htable/Makefile +++ b/usr/src/old/htable/Makefile @@ -3,7 +3,7 @@ # 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= @@ -34,3 +34,5 @@ clean: install: install -s htable ${DESTDIR}/etc/htable + +depend: diff --git a/usr/src/old/implog/Makefile b/usr/src/old/implog/Makefile index 4a661ce09b..5426062706 100644 --- a/usr/src/old/implog/Makefile +++ b/usr/src/old/implog/Makefile @@ -2,7 +2,7 @@ # 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= @@ -22,3 +22,5 @@ clean: install: ${ALL} install -s implog ${DESTDIR}/etc install -s implogd ${DESTDIR}/etc + +depend: diff --git a/usr/src/old/sed/Makefile b/usr/src/old/sed/Makefile index d2f784af5e..29179d5e35 100644 --- a/usr/src/old/sed/Makefile +++ b/usr/src/old/sed/Makefile @@ -1,4 +1,4 @@ -# Makefile 4.1 85/04/05 +# Makefile 4.2 87/05/31 # CFLAGS=-O -w @@ -12,3 +12,5 @@ install: sed install -s sed $(DESTDIR)/bin clean: rm -f *.o sed + +depend: diff --git a/usr/src/old/sh/Makefile b/usr/src/old/sh/Makefile index 1f52a7e57b..1090267852 100644 --- a/usr/src/old/sh/Makefile +++ b/usr/src/old/sh/Makefile @@ -1,4 +1,4 @@ -# Makefile 4.5 83/07/01 +# Makefile 4.6 87/05/31 # CFLAGS = -O -w @@ -27,6 +27,8 @@ stak.o: brkincr.h sh: cc -o sh *.o +depend: + install: install -s sh $(DESTDIR)/bin clean: diff --git a/usr/src/old/tp/Makefile b/usr/src/old/tp/Makefile index 21566173e5..726c43fc06 100644 --- a/usr/src/old/tp/Makefile +++ b/usr/src/old/tp/Makefile @@ -1,4 +1,4 @@ -# @(#)Makefile 4.1 %G% +# @(#)Makefile 4.2 %G% CFLAGS=-O h = tp.h tp_defs.h @@ -14,3 +14,5 @@ install : tp clean : rm -f *.o + +depend: diff --git a/usr/src/sbin/XNSrouted/Makefile b/usr/src/sbin/XNSrouted/Makefile index 5f4a80643b..9e1262869e 100644 --- a/usr/src/sbin/XNSrouted/Makefile +++ b/usr/src/sbin/XNSrouted/Makefile @@ -3,7 +3,7 @@ # 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 @@ -27,3 +27,5 @@ install: XNSrouted clean: rm -f XNSrouted *.o core a.out t.c linterrs typescript errs + +depend: diff --git a/usr/src/sbin/dump/Makefile b/usr/src/sbin/dump/Makefile index 5918ca1926..23150fd033 100644 --- a/usr/src/sbin/dump/Makefile +++ b/usr/src/sbin/dump/Makefile @@ -3,7 +3,7 @@ # 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 @@ -59,6 +59,8 @@ dumprtape.o: dumprtape.c clean: rm -f *.o rdump dump errs dumprmain.c dumprtape.c +depend: + lint: lint $(DFLAGS) $(SRCS) diff --git a/usr/src/sbin/restore/Makefile b/usr/src/sbin/restore/Makefile index 414aa0eeac..d068a486be 100644 --- a/usr/src/sbin/restore/Makefile +++ b/usr/src/sbin/restore/Makefile @@ -3,7 +3,7 @@ # 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 @@ -33,6 +33,8 @@ install: rrestore restore clean: rm -f restore rrestore *.o errs a.out core +depend: + lint: lint ${FILES} diff --git a/usr/src/sbin/routed/Makefile b/usr/src/sbin/routed/Makefile index 42fe124d37..e57c541636 100644 --- a/usr/src/sbin/routed/Makefile +++ b/usr/src/sbin/routed/Makefile @@ -3,7 +3,7 @@ # 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 \ @@ -32,5 +32,7 @@ install: routed 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 diff --git a/usr/src/share/termcap/Makefile b/usr/src/share/termcap/Makefile index 584eaac220..7fa027895d 100644 --- a/usr/src/share/termcap/Makefile +++ b/usr/src/share/termcap/Makefile @@ -3,7 +3,7 @@ # 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) @@ -25,6 +25,8 @@ tabset: FRC clean: rm -f termcap +depend: + FRC: installall: diff --git a/usr/src/usr.bin/diff/diff/Makefile b/usr/src/usr.bin/diff/diff/Makefile index d4fe4b5ebe..9bed71b229 100644 --- a/usr/src/usr.bin/diff/diff/Makefile +++ b/usr/src/usr.bin/diff/diff/Makefile @@ -1,4 +1,4 @@ -# @(#)Makefile 4.1 %G% +# @(#)Makefile 4.2 %G% # DIFF= /bin/diff DIFFH= /usr/lib/diffh @@ -18,6 +18,8 @@ diff: ${OBJS} diffh: diffh.o cc -o diffh diffh.o ${LDFLAGS} +depend: + clean: rm -f diff diffh ${OBJS} diffh.o diff --git a/usr/src/usr.bin/sed/Makefile b/usr/src/usr.bin/sed/Makefile index d2f784af5e..29179d5e35 100644 --- a/usr/src/usr.bin/sed/Makefile +++ b/usr/src/usr.bin/sed/Makefile @@ -1,4 +1,4 @@ -# Makefile 4.1 85/04/05 +# Makefile 4.2 87/05/31 # CFLAGS=-O -w @@ -12,3 +12,5 @@ install: sed install -s sed $(DESTDIR)/bin clean: rm -f *.o sed + +depend: -- 2.20.1