Last change
on this file since 5ea93bc was ee0e95f, checked in by Florian Obser <florian@…>, 11 years ago |
new and public asr api; from eric@
OK mikeb
|
-
Property mode
set to
100644
|
File size:
360 bytes
|
Line | |
---|
1 | PREFIX?= /usr/local
|
---|
2 | BINDIR= ${PREFIX}/sbin
|
---|
3 | MANDIR= ${PREFIX}/man/man
|
---|
4 |
|
---|
5 | PROG= icbd
|
---|
6 | SRCS= cmd.c dns.c icb.c icbd.c logger.c
|
---|
7 | MAN= icbd.8
|
---|
8 |
|
---|
9 | CFLAGS+= -W -Wall -Werror
|
---|
10 | CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
|
---|
11 | CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare
|
---|
12 |
|
---|
13 | DPADD= ${LIBEVENT}
|
---|
14 | LDADD= -levent
|
---|
15 |
|
---|
16 | .include <bsd.prog.mk>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.