Home | History | Annotate | Line # | Download | only in newfs_lfs
Makefile revision 1.2
      1  1.2     lukem #	$NetBSD: Makefile,v 1.2 2002/08/19 10:17:00 lukem Exp $
      2  1.1  perseant #	@(#)Makefile	8.1 (Berkeley) 6/18/93
      3  1.1  perseant 
      4  1.2     lukem .include <bsd.own.mk>
      5  1.2     lukem 
      6  1.1  perseant PROG=	newfs_lfs
      7  1.1  perseant SRCS=	dkcksum.c lfs.c lfs_cksum.c misc.c newfs.c
      8  1.1  perseant MAN=	newfs_lfs.8
      9  1.2     lukem .PATH:	${NETBSDSRCDIR}/sys/ufs/lfs ${NETBSDSRCDIR}/sbin/disklabel
     10  1.1  perseant 
     11  1.1  perseant DPADD=  ${LIBUTIL}
     12  1.1  perseant LDADD=  -lutil
     13  1.1  perseant 
     14  1.1  perseant .include <bsd.prog.mk>
     15