summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
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