Cross Reference: Makefile
xref: /src/sbin/gpt/Makefile
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/sbin/gpt/
Makefile revision 1.11
11.11Schristos# $NetBSD: Makefile,v 1.11 2014/09/29 21:04: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.11SchristosSRCS=	add.c biosboot.c create.c destroy.c gpt.c label.c map.c \
61.11Schristos	migrate.c recover.c remove.c resize.c resizedisk.c \
71.10Sjnemeth	set.c show.c type.c unset.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 Wed Dec 10 15:09:36 GMT 2025