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
nrelease: Clean up a bit the 'clean' target
[dragonfly.git]
/
usr.sbin
/
cron
/
crontab
/
Makefile
blob
9f5c240898ba83140eac5cdaae087deaa5fd8503
1
# $FreeBSD: src/usr.sbin/cron/crontab/Makefile,v 1.10.2.1 2001/04/25 12:09:24 ru Exp $
2
3
PROG
=
crontab
4
CFLAGS
+=-
I
${
.CURDIR
}/
..
/
cron
5
DPADD
= ${
LIBCRON
} ${
LIBUTIL
}
6
LDADD
= ${
LIBCRON
} -
lutil
7
MAN
=
crontab
.1
crontab
.5
8
9
BINDIR
= /
usr
/
bin
10
BINOWN
=
root
11
BINMODE
=
4555
12
.if
!
defined
(
NOFSCHG
)
13
INSTALLFLAGS
=-
fschg
14
.
endif
15
16
.
include
<
bsd.prog.mk
>