]> git.wh0rd.org - dump.git/blobdiff - compat/lib/Makefile.in
Added -F script option to restore.
[dump.git] / compat / lib / Makefile.in
index c5ba683e30c29ac10959417891289860ec2c1767..12d09cbecaf1bccc0740e3cea1ce14177dcfdb35 100644 (file)
@@ -1,12 +1,14 @@
+# $Id: Makefile.in,v 1.5 2001/07/18 12:54:06 stelian Exp $
+
 top_srcdir=    @top_srcdir@
 srcdir=                @srcdir@
 
 @MCONFIG@
 
 INC=           -I$(top_srcdir)/compat/include
-CFLAGS=                @CCOPTS@ -pipe $(GINC) $(INC) $(DEFS)
-SRCS=          err.c fstab.c glob.c
-OBJS=          err.o fstab.o glob.o
+CFLAGS=                @CCOPTS@ -pipe $(OPT) $(GINC) $(INC) $(DEFS)
+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)