Home | History | Annotate | Line # | Download | only in gpt
Makefile revision 1.2.28.1
      1  1.2.28.1       jym # $NetBSD: Makefile,v 1.2.28.1 2009/05/13 19:19:02 jym 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.1  christos SRCS=	add.c create.c destroy.c gpt.c label.c map.c migrate.c recover.c \
      6       1.1  christos 	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