date and time created 80/10/13 17:30:22 by root
authorBill Joy <root@ucbvax.Berkeley.EDU>
Tue, 14 Oct 1980 09:30:22 +0000 (01:30 -0800)
committerBill Joy <root@ucbvax.Berkeley.EDU>
Tue, 14 Oct 1980 09:30:22 +0000 (01:30 -0800)
SCCS-vsn: old/dump.4.1/Makefile 1.1
SCCS-vsn: sbin/dump/Makefile 1.1

usr/src/old/dump.4.1/Makefile [new file with mode: 0644]
usr/src/sbin/dump/Makefile [new file with mode: 0644]

diff --git a/usr/src/old/dump.4.1/Makefile b/usr/src/old/dump.4.1/Makefile
new file mode 100644 (file)
index 0000000..c4ffd03
--- /dev/null
@@ -0,0 +1,43 @@
+# sccsid = "@(#)Makefile       1.1 (Berkeley) %G%"
+#
+#      dump.h                  header file
+#      dumpitime.c             reads /etc/ddate
+#      dumpmain.c              driver
+#      dumpoptr.c              operator interface
+#      dumptape.c              handles the mag tape and opening/closing
+#      dumptraverse.c          traverses the file system
+#      unctime.c               undo ctime
+#
+#      DEBUG                   use local directory to find ddate and dumpdates
+#      TDEBUG                  trace out the process forking
+#
+PSRCS = \
+       dump.h dumpmain.c dumptraverse.c dumptape.c dumpoptr.c dumpitime.c
+
+SRCS =  \
+       dump.h dumpitime.c \
+       dumpmain.c dumpoptr.c dumptape.c \
+       dumptraverse.c unctime.c
+
+OBJS = \
+       dumpitime.o \
+       dumpmain.o dumpoptr.o \
+       dumptape.o dumptraverse.o unctime.o
+
+DFLAGS = -DERNIE
+CFLAGS = -O $(DFLAGS)
+
+dump:  $(OBJS)
+       $(CC) $(CFLAGS) $(OBJS) -o dump
+install:
+       install -s dump $(DESTDIR)/bin
+/etc/dump:
+       cp dump.csh $(DESTDIR)/etc/dump
+clean:
+       rm -f *.o dump
+
+lint:
+       lint $(DFLAGS) $(SRCS)
+
+psrcs:
+       echo $(PSRCS)
diff --git a/usr/src/sbin/dump/Makefile b/usr/src/sbin/dump/Makefile
new file mode 100644 (file)
index 0000000..c4ffd03
--- /dev/null
@@ -0,0 +1,43 @@
+# sccsid = "@(#)Makefile       1.1 (Berkeley) %G%"
+#
+#      dump.h                  header file
+#      dumpitime.c             reads /etc/ddate
+#      dumpmain.c              driver
+#      dumpoptr.c              operator interface
+#      dumptape.c              handles the mag tape and opening/closing
+#      dumptraverse.c          traverses the file system
+#      unctime.c               undo ctime
+#
+#      DEBUG                   use local directory to find ddate and dumpdates
+#      TDEBUG                  trace out the process forking
+#
+PSRCS = \
+       dump.h dumpmain.c dumptraverse.c dumptape.c dumpoptr.c dumpitime.c
+
+SRCS =  \
+       dump.h dumpitime.c \
+       dumpmain.c dumpoptr.c dumptape.c \
+       dumptraverse.c unctime.c
+
+OBJS = \
+       dumpitime.o \
+       dumpmain.o dumpoptr.o \
+       dumptape.o dumptraverse.o unctime.o
+
+DFLAGS = -DERNIE
+CFLAGS = -O $(DFLAGS)
+
+dump:  $(OBJS)
+       $(CC) $(CFLAGS) $(OBJS) -o dump
+install:
+       install -s dump $(DESTDIR)/bin
+/etc/dump:
+       cp dump.csh $(DESTDIR)/etc/dump
+clean:
+       rm -f *.o dump
+
+lint:
+       lint $(DFLAGS) $(SRCS)
+
+psrcs:
+       echo $(PSRCS)