1 1.7 jnemeth # $NetBSD: Makefile,v 1.7 2013/12/19 06:46:51 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.7 jnemeth SRCS= add.c backup.c biosboot.c create.c destroy.c gpt.c label.c map.c \ 6 1.7 jnemeth 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