From 6fb08baee3602fc28c323a8eced868fd49050d7f Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Sat, 15 Aug 2020 16:40:15 -0400 Subject: Rename project to catsit --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5cf0897..d0448ce 100644 --- a/Makefile +++ b/Makefile @@ -8,9 +8,9 @@ CFLAGS += -D'ETCDIR="${ETCDIR}"' -D'RUNDIR="${RUNDIR}"' -include config.mk -BINS = spawn spawnd +BINS = catsit catsitd MAN8 = ${BINS:=.8} -MAN5 = spawntab.5 +MAN5 = catsit.conf.5 OBJS += daemon.o OBJS += service.o @@ -19,7 +19,7 @@ dev: tags all all: ${BINS} -spawnd: ${OBJS} +catsitd: ${OBJS} ${CC} ${LDFLAGS} ${OBJS} ${LDLIBS} -o $@ ${OBJS}: daemon.h -- cgit 1.4.1