source: code/Makefile@ d554223

Last change on this file since d554223 was cd7b81d, checked in by Mike Belopuhov <mike.belopuhov@…>, 15 years ago

move it to the github

  • Property mode set to 100644
File size: 139 bytes
RevLine 
[cd7b81d]1PROG= icbd
2SRCS= cmd.c dns.c icb.c icbd.c
3MAN= icbd.8
4
5CFLAGS+=-W -Wall -Werror
6
7DPADD= ${LIBEVENT}
8LDADD= -levent
9
10.include <bsd.prog.mk>
Note: See TracBrowser for help on using the repository browser.