Changeset View
Changeset View
Standalone View
Standalone View
head/usr.sbin/blacklistd/Makefile
| Property | Old Value | New Value |
|---|---|---|
| svn:eol-style | null | native \ No newline at end of property |
| svn:keywords | null | FreeBSD=%H \ No newline at end of property |
| svn:mime-type | null | text/plain \ No newline at end of property |
| # $FreeBSD$ | |||||
| BLACKLIST_DIR=${SRCTOP}/contrib/blacklist | |||||
| .PATH: ${BLACKLIST_DIR}/bin ${BLACKLIST_DIR}/port | |||||
| PROG= blacklistd | |||||
| SRCS= blacklistd.c conf.c run.c state.c support.c internal.c \ | |||||
| sockaddr_snprintf.c pidfile.c strtoi.c popenve.c | |||||
| MAN= blacklistd.8 | |||||
| LDFLAGS+=-L${LIBBLACKLISTDIR} | |||||
| LIBADD+= blacklist util | |||||
| CFLAGS+=-I${BLACKLIST_DIR}/include -I${BLACKLIST_DIR}/port \ | |||||
| -D_PATH_BLCONTROL=\"/usr/libexec/blacklistd-helper\" \ | |||||
| -DHAVE_CONFIG_H -DHAVE_DB_H -DHAVE_LIBUTIL_H \ | |||||
| -DHAVE_CLOCK_GETTIME -DHAVE_FGETLN -DHAVE_FPARSELN \ | |||||
| -DHAVE_GETPROGNAME -DHAVE_STRLCAT -DHAVE_STRLCPY \ | |||||
| -DHAVE_STRUCT_SOCKADDR_SA_LEN | |||||
| # CFLAGS+= -D_REENTRANT | |||||
| .include <bsd.prog.mk> | |||||