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
route(8): Add some __attribute__((__noreturn__)).
[dragonfly.git]
/
usr.sbin
/
newsyslog
/
Makefile
blob
8ae12c734f8859e7f9f6654bf5ea6f14a8ee502a
1
# $FreeBSD: head/usr.sbin/newsyslog/Makefile 322515 2017-08-14 19:21:37Z ngie $
2
3
PROG
=
newsyslog
4
MAN
=
newsyslog
.8
newsyslog.conf
.5
5
SRCS
=
newsyslog.c ptimes.c
6
7
.
include
<
bsd.prog.mk
>