repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
t40c term[] count fix
[minix.git]
/
commands
/
syslogd
/
Makefile
blob
01e2a2d14326c8c0d16e57c5fbde184be2e12943
1
##
2
## @(#)Makefile 1.00 Jan. 11, 2000
3
##
4
## Makefile for syslogd/klogd
5
6
PROG
=
syslogd
7
PIDFILE
= -
DPIDFILE
=
\"
/
var
/
run
/
syslogd.pid
\"
8
CPPFLAGS
+= -
Ddebug
=
0
${
PIDFILE
}
9
CPPFLAGS
+= -
D__NBSD_LIBC
10
BINMODE
=
700
11
MAN
=
12
13
.
include
<
bsd.prog.mk
>