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

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sbin/gpt/Makefile between version 1.8.2.1 and 1.8.2.2

version 1.8.2.1, 2015/06/02 19:49:38 version 1.8.2.2, 2018/08/13 16:12:12
Line 1 
Line 1 
 # $NetBSD$  # $NetBSD$
 # $FreeBSD: src/sbin/gpt/Makefile,v 1.7 2005/09/01 02:49:20 marcel Exp $  # $FreeBSD: src/sbin/gpt/Makefile,v 1.7 2005/09/01 02:49:20 marcel Exp $
   
   .include <bsd.own.mk>
   
   WARNS=6
 PROG=   gpt  PROG=   gpt
 SRCS=   add.c biosboot.c create.c destroy.c gpt.c label.c map.c \  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 \          main.c migrate.c recover.c remove.c resize.c resizedisk.c \
         set.c show.c type.c unset.c gpt_uuid.c          set.c show.c type.c unset.c gpt_uuid.c
 MAN=    gpt.8  MAN=    gpt.8
   
   #LINKS=  ${BINDIR}/gpt ${BINDIR}/gptlabel
   #MLINKS= gpt.8 gptlabel.8
   
 .if (${HOSTPROG:U} == "")  .if (${HOSTPROG:U} == "")
 SRCS+= backup.c restore.c  SRCS+= backup.c restore.c
 LDADD+= -lprop -lutil  LDADD+= -lprop -lutil
 DPADD+= ${LIBPROP} ${LIBUTIL}  DPADD+= ${LIBPROP} ${LIBUTIL}
   
 .if ${USE_DRVCTL:Uno} == "yes"  
 CPPFLAGS+=-DUSE_DRVCTL  
 SRCS+=drvctl.c  
 .else  
 .PATH: ${.CURDIR}/../fsck  
 CPPFLAGS+=-I${.CURDIR}/../fsck  
 SRCS+=partutil.c  
 .endif  .endif
 .endif  
   
   
 .include <bsd.prog.mk>  .include <bsd.prog.mk>

Legend:
Removed from v.1.8.2.1  
changed lines
  Added in v.1.8.2.2

CVSweb <webmaster@jp.NetBSD.org>