Legend:
- Unmodified
- Added
- Removed
-
Makefile
r2be3612 r4a74b5b 1 1 PREFIX?= /usr/local 2 2 BINDIR= ${PREFIX}/sbin 3 MANDIR= ${PREFIX}/man/man 3 MANDIR= ${PREFIX}/man/man8 4 4 5 5 PROG= icbd … … 7 7 MAN= icbd.8 8 8 9 .ifdef __OpenBSD__ 9 10 CFLAGS+= -W -Wall -Werror 10 11 CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations 11 12 CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare 13 .endif 12 14 13 15 DPADD= ${LIBEVENT}
Note:
See TracChangeset
for help on using the changeset viewer.