Home | History | Annotate | Line # | Download | only in dumplfs
Makefile revision 1.6
      1  1.6      gwr #	$NetBSD: Makefile,v 1.6 1997/05/06 20:45:03 gwr Exp $
      2  1.5      cgd #	@(#)Makefile	8.1 (Berkeley) 6/18/93
      3  1.1  mycroft 
      4  1.1  mycroft PROG=	dumplfs
      5  1.1  mycroft SRCS=	dumplfs.c lfs_cksum.c misc.c
      6  1.4      cgd MAN=	dumplfs.8
      7  1.6      gwr .PATH.c: ${.CURDIR}/../../sys/ufs/lfs
      8  1.1  mycroft 
      9  1.1  mycroft .include <bsd.prog.mk>
     10