Home | History | Annotate | Line # | Download | only in gpt
Makefile revision 1.5
      1  1.5   jnemeth # $NetBSD: Makefile,v 1.5 2013/11/20 08:08:47 jnemeth 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.5   jnemeth 	recover.c remove.c resize.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