Cross Reference: Makefile
xref: /src/sbin/gpt/Makefile
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/sbin/gpt/
Makefile revision 1.16
11.16Schristos# $NetBSD: Makefile,v 1.16 2015/11/30 19:59:34 christos Exp $
21.1Schristos# $FreeBSD: src/sbin/gpt/Makefile,v 1.7 2005/09/01 02:49:20 marcel Exp $
31.1Schristos
41.1SchristosPROG=	gpt
51.14SjnemethSRCS=	add.c biosboot.c create.c destroy.c gpt.c header.c label.c map.c \
61.16Schristos	main.c migrate.c recover.c remove.c resize.c resizedisk.c \
71.12Schristos	set.c show.c type.c unset.c gpt_uuid.c
81.1SchristosMAN=	gpt.8
91.1Schristos
101.11Schristos.if (${HOSTPROG:U} == "")
111.11SchristosSRCS+= backup.c restore.c
121.2SchristosLDADD+=	-lprop -lutil
131.2SchristosDPADD+= ${LIBPROP} ${LIBUTIL}
141.11Schristos.endif
151.2Schristos
161.1Schristos.include <bsd.prog.mk>
17

Indexes created Sat Dec 06 21:09:33 GMT 2025