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
a href='/libretls/commit/Makefile.am?id=cc13f4d43a9e6f8544f347800adbbe5000b83305&follow=1'>build: Add README.7 to EXTRA_DIST 3.2.0June McEnroe 2020-08-03doc: Indicate that only OpenSSL 1.1.1b and newer workJune McEnroe