[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sbin / gpt

File: [cvs.NetBSD.org] / src / sbin / gpt / Makefile (download)

Revision 1.15, Sun Nov 29 15:32:46 2015 UTC (8 years, 4 months ago) by christos
Branch: MAIN
Changes since 1.14: +1 -11 lines

Remove getdisksize support; we either have the ioctls (current/-7) or we
don't (non-netbsd-current/7+tools).

# $NetBSD: Makefile,v 1.15 2015/11/29 15:32:46 christos Exp $
# $FreeBSD: src/sbin/gpt/Makefile,v 1.7 2005/09/01 02:49:20 marcel Exp $

PROG=	gpt
SRCS=	add.c biosboot.c create.c destroy.c gpt.c header.c label.c map.c \
	migrate.c recover.c remove.c resize.c resizedisk.c \
	set.c show.c type.c unset.c gpt_uuid.c
MAN=	gpt.8

.if (${HOSTPROG:U} == "")
SRCS+= backup.c restore.c
LDADD+=	-lprop -lutil
DPADD+= ${LIBPROP} ${LIBUTIL}
.endif

.include <bsd.prog.mk>