source: code/Makefile@ 4284008

Last change on this file since 4284008 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
Line 
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.