]> git.wh0rd.org - dump.git/blobdiff - compat/lib/Makefile.in
Added -F script option to restore.
[dump.git] / compat / lib / Makefile.in
index 8703e4a5deed06c137b175d482ffc24dec121581..12d09cbecaf1bccc0740e3cea1ce14177dcfdb35 100644 (file)
@@ -1,3 +1,5 @@
+# $Id: Makefile.in,v 1.5 2001/07/18 12:54:06 stelian Exp $
+
 top_srcdir=    @top_srcdir@
 srcdir=                @srcdir@
 
@@ -5,8 +7,8 @@ srcdir=         @srcdir@
 
 INC=           -I$(top_srcdir)/compat/include
 CFLAGS=                @CCOPTS@ -pipe $(OPT) $(GINC) $(INC) $(DEFS)
-SRCS=          compaterr.c fstab.c compatglob.c
-OBJS=          compaterr.o fstab.o compatglob.o
+SRCS=          compaterr.c fstab.c compatglob.c bylabel.c system.c
+OBJS=          compaterr.o fstab.o compatglob.o bylabel.o system.o
 LIB=           libcompat.a
 
 all::          $(LIB)