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

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

Diff for /src/libexec/atrun/Makefile between version 1.14 and 1.15

version 1.14, 2011/08/16 10:35:03 version 1.15, 2016/03/13 00:32:09
Line 3 
Line 3 
 .include <bsd.own.mk>  .include <bsd.own.mk>
   
 PROG=   atrun  PROG=   atrun
   SRCS=   atrun.c
 BINDIR= /usr/libexec  BINDIR= /usr/libexec
 MAN=    atrun.8  MAN=    atrun.8
   
   .PATH.c: ${NETBSDSRCDIR}/usr.bin/at
   SRCS+=  privs.c
   
 CPPFLAGS+= -I${NETBSDSRCDIR}/usr.bin/at  CPPFLAGS+= -I${NETBSDSRCDIR}/usr.bin/at
 COPTS.atrun.c = -Wno-format-nonliteral  COPTS.atrun.c = -Wno-format-nonliteral
   

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

CVSweb <webmaster@jp.NetBSD.org>