Home | History | Annotate | Line # | Download | only in gpt
Makefile revision 1.4
      1  1.4  jakllsch # $NetBSD: Makefile,v 1.4 2011/01/06 01:08:48 jakllsch Exp $
      2  1.1  christos # $FreeBSD: src/sbin/gpt/Makefile,v 1.7 2005/09/01 02:49:20 marcel Exp $
      3  1.1  christos 
      4  1.1  christos PROG=	gpt
      5  1.4  jakllsch SRCS=	add.c biosboot.c create.c destroy.c gpt.c label.c map.c migrate.c \
      6  1.4  jakllsch 	recover.c remove.c show.c
      7  1.1  christos MAN=	gpt.8
      8  1.1  christos 
      9  1.2  christos LDADD+=	-lprop -lutil
     10  1.2  christos DPADD+= ${LIBPROP} ${LIBUTIL}
     11  1.2  christos 
     12  1.1  christos .include <bsd.prog.mk>
     13