summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-08-14 12:52:51 -0400
committerJune McEnroe <june@causal.agency>2020-08-14 16:00:35 -0400
commit3b38cfdbfef86966095f19d98f937e41ecc3cc83 (patch)
tree43d6d7f9d79c7619ddd3b98427db97d77c9fca70 /Makefile
parentAdd install target (diff)
downloadcatsit-3b38cfdbfef86966095f19d98f937e41ecc3cc83.tar.gz
catsit-3b38cfdbfef86966095f19d98f937e41ecc3cc83.zip
Implement user and group lookup
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a8ca227..5698196 100644
--- a/Makefile
+++ b/Makefile
@@ -13,6 +13,7 @@ MAN8 = ${BINS:=.8}
 MAN5 = spawntab.5
 
 OBJS += daemon.o
+OBJS += service.o
 
 all: ${BINS}