Module Name: src
Committed By: christos
Date: Sat Jun 15 12:29:02 UTC 2013
Modified Files:
src/sbin/dump_lfs: Makefile
Log Message:
revert part of previous commit
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sbin/dump_lfs/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sbin/dump_lfs/Makefile
diff -u src/sbin/dump_lfs/Makefile:1.15 src/sbin/dump_lfs/Makefile:1.16
--- src/sbin/dump_lfs/Makefile:1.15 Fri Jun 14 21:26:48 2013
+++ src/sbin/dump_lfs/Makefile Sat Jun 15 08:29:02 2013
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2013/06/15 01:26:48 christos Exp $
+# $NetBSD: Makefile,v 1.16 2013/06/15 12:29:02 christos Exp $
# @(#)Makefile 8.1 (Berkeley) 6/5/93
# lfs_inode.c LFS filestore-specific routines
@@ -27,6 +27,7 @@ LDADD+= -lutil
COPTS.lfs_inode.c+= -fno-tree-ter
.endif
-.PATH: ${NETBSDSRCDIR}/sbin/dump ${NETBSDSRCDIR}/sys/ufs/lfs
+.PATH: ${NETBSDSRCDIR}/sbin/dump ${NETBSDSRCDIR}/sys/ufs/lfs \
+ ${NETBSDSRCDIR}/sys/ufs/ffs
.include <bsd.prog.mk>