10e180cc49
will be fixed using the new .NOPATH make feature instead.
10 lines
219 B
Makefile
10 lines
219 B
Makefile
# $NetBSD: Makefile,v 1.7 1997/05/08 21:11:09 gwr Exp $
|
|
# @(#)Makefile 8.1 (Berkeley) 6/18/93
|
|
|
|
PROG= dumplfs
|
|
SRCS= dumplfs.c lfs_cksum.c misc.c
|
|
.PATH: ${.CURDIR}/../../sys/ufs/lfs
|
|
MAN= dumplfs.8
|
|
|
|
.include <bsd.prog.mk>
|