darwin-x86-and-leopard-20060309
[openafs.git] / src / util / Makefile.in
index 22c6228..7b8c36e 100644 (file)
@@ -12,7 +12,7 @@ HELPER_SPLINT=@HELPER_SPLINT@
 
 objects = assert.o base64.o casestrcpy.o ktime.o volparse.o hostparse.o \
         hputil.o kreltime.o isathing.o get_krbrlm.o uuid.o serverLog.o \
-        dirpath.o fileutil.o netutils.o flipbase64.o \
+        dirpath.o fileutil.o netutils.o flipbase64.o fstab.o \
         afs_atomlist.o afs_lhash.o snprintf.o strlcat.o strlcpy.o \
         daemon.o rxkstats.o ${REGEX_OBJ}
 
@@ -80,6 +80,9 @@ volparse.o: ${srcdir}/volparse.c ${includes}
 snprintf.o: ${srcdir}/snprintf.c ${includes}
        ${CCOBJ} ${CFLAGS} -c ${srcdir}/snprintf.c
 
+fstab.o: ${srcdir}/fstab.c ${includes}
+       ${CCOBJ} ${CFLAGS} -c ${srcdir}/fstab.c
+
 base64.o: ${srcdir}/base64.c ${includes}
        ${CCOBJ} ${CFLAGS} -c ${srcdir}/base64.c
 
@@ -389,4 +392,4 @@ check-splint:
            assert.c base64.c casestrcpy.c ktime.c volparse.c hostparse.c \
            hputil.c kreltime.c isathing.c get_krbrlm.c uuid.c serverLog.c \
            dirpath.c fileutil.c netutils.c flipbase64.c \
-           afs_atomlist.c afs_lhash.c snprintf.c
+           afs_atomlist.c afs_lhash.c snprintf.c fstab.c