repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
MFC r1.6:
[dragonfly.git]
/
usr.sbin
/
cron
/
lib
/
Makefile
blob
bc6ec55eb52e6184661f3e0dca15e9653ccf75d2
1
# $FreeBSD: src/usr.sbin/cron/lib/Makefile,v 1.4.6.1 2002/07/19 18:46:29 ru Exp $
2
# $DragonFly: src/usr.sbin/cron/lib/Makefile,v 1.2 2003/06/17 04:29:53 dillon Exp $
3
4
LIB
=
cron
5
INTERNALLIB
=
YES
6
SRCS
=
entry.c env.c misc.c
7
CFLAGS
+=-
I
${
.CURDIR
}/
..
/
cron
8
CFLAGS
+=-
DLOGIN_CAP
9
10
.
include
<
bsd.lib.mk
>