Home | History | Annotate | Line # | Download | only in dumplfs
Makefile revision 1.1.1.1
      1  1.1.1.1  mycroft #	@(#)Makefile	8.1 (Berkeley) 6/18/93
      2      1.1  mycroft 
      3      1.1  mycroft PROG=	dumplfs
      4      1.1  mycroft CFLAGS+=-I/sys/ufs/lfs
      5      1.1  mycroft SRCS=	dumplfs.c lfs_cksum.c misc.c
      6      1.1  mycroft .PATH:	/sys/ufs/lfs
      7      1.1  mycroft MAN8=	dumplfs.0
      8      1.1  mycroft 
      9      1.1  mycroft .include <bsd.prog.mk>
     10