Home | History | Annotate | Line # | Download | only in mbrlabel
Makefile revision 1.2
      1  1.1  ws #	$NetBSD: Makefile,v 1.2 2000/03/15 11:55:04 fvdl Exp $
      2  1.1  ws 
      3  1.1  ws DISKLABELPATH=	${.CURDIR}/../../sbin/disklabel
      4  1.1  ws PROG=	mbrlabel
      5  1.1  ws SRCS=	mbrlabel.c dkcksum.c
      6  1.1  ws CPPFLAGS+= -I${DISKLABELPATH}
      7  1.1  ws MAN=	mbrlabel.8
      8  1.1  ws LDADD+=	-lutil
      9  1.1  ws 
     10  1.1  ws .PATH:	${DISKLABELPATH}
     11  1.1  ws .include <bsd.prog.mk>
     12