[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / at

Diff for /src/usr.bin/at/Makefile between version 1.9 and 1.10

version 1.9, 2015/01/23 01:58:20 version 1.10, 2015/10/31 12:19:41
Line 1 
Line 1 
 #       $OpenBSD$  #       $OpenBSD$
   
 PROG=   at  PROG=   at
 SRCS=   at.c misc.c parsetime.c  SRCS=   at.c client.c common.c parsetime.c
 CRONDIR=${.CURDIR}/../../usr.sbin/cron  CRONDIR=${.CURDIR}/../../usr.sbin/cron
 CFLAGS+=-I${CRONDIR}  CFLAGS+=-I${CRONDIR}
 MAN=    at.1 atrm.1 atq.1  MAN=    at.1 atrm.1 atq.1

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10