Home | History | Annotate | Line # | Download | only in gpt
Makefile revision 1.4.6.1
      1  1.4.6.1      yamt # $NetBSD: Makefile,v 1.4.6.1 2014/05/22 11:37:28 yamt 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.6.1      yamt SRCS=	add.c backup.c biosboot.c create.c destroy.c gpt.c label.c map.c \
      6  1.4.6.1      yamt 	migrate.c recover.c remove.c resize.c set.c show.c unset.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