# ssh-sentryd Makefile PREFIX?= /usr/local BINDIR?= ${PREFIX}/sbin DAEMON?= ${BINDIR}/${PROG} PROG= ssh-sentryd SRCS= ssh-sentry.c log.c MAN= ssh-sentryd.8 CFLAGS+= -Wall -I${.CURDIR} CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes CFLAGS+= -Wmissing-declarations CFLAGS+= -Wshadow -Wpointer-arith -Wsign-compare -Wcast-qual LDADD+= -lutil .include