standardize sccs keyword lines
[unix-history] / usr / src / old / dump.4.1 / Makefile
index dd7e7f1..c4f3cf4 100644 (file)
@@ -1,4 +1,4 @@
-# sccsid = "@(#)Makefile       1.2 (Berkeley) %G%"
+# sccsid = "@(#)Makefile       1.4 (Berkeley) %G%"
 #
 #      dump.h                  header file
 #      dumpitime.c             reads /etc/ddate
 #
 #      dump.h                  header file
 #      dumpitime.c             reads /etc/ddate
@@ -7,6 +7,7 @@
 #      dumptape.c              handles the mag tape and opening/closing
 #      dumptraverse.c          traverses the file system
 #      unctime.c               undo ctime
 #      dumptape.c              handles the mag tape and opening/closing
 #      dumptraverse.c          traverses the file system
 #      unctime.c               undo ctime
+#      l3tol.c                 3-byte to 4-byte unpacking
 #
 #      DEBUG                   use local directory to find ddate and dumpdates
 #      TDEBUG                  trace out the process forking
 #
 #      DEBUG                   use local directory to find ddate and dumpdates
 #      TDEBUG                  trace out the process forking
@@ -17,20 +18,20 @@ PSRCS = \
 SRCS =  \
        dump.h dumpitime.c \
        dumpmain.c dumpoptr.c dumptape.c \
 SRCS =  \
        dump.h dumpitime.c \
        dumpmain.c dumpoptr.c dumptape.c \
-       dumptraverse.c unctime.c
+       dumptraverse.c unctime.c l3tol.c
 
 OBJS = \
        dumpitime.o \
        dumpmain.o dumpoptr.o \
 
 OBJS = \
        dumpitime.o \
        dumpmain.o dumpoptr.o \
-       dumptape.o dumptraverse.o unctime.o
+       dumptape.o dumptraverse.o unctime.o l3tol.o
 
 
-DFLAGS = -DERNIE
+DFLAGS =
 CFLAGS = -O $(DFLAGS)
 
 dump:  $(OBJS)
        $(CC) $(CFLAGS) $(OBJS) -o dump
 install:
 CFLAGS = -O $(DFLAGS)
 
 dump:  $(OBJS)
        $(CC) $(CFLAGS) $(OBJS) -o dump
 install:
-       install -s dump $(DESTDIR)/etc
+       install -s dump $(DESTDIR)/etc/dump.4.1
 clean:
        rm -f *.o dump
 
 clean:
        rm -f *.o dump