diff options
author | June McEnroe <june@causal.agency> | 2020-08-14 12:52:51 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-08-14 16:00:35 -0400 |
commit | 3b38cfdbfef86966095f19d98f937e41ecc3cc83 (patch) | |
tree | 43d6d7f9d79c7619ddd3b98427db97d77c9fca70 /Makefile | |
parent | Add install target (diff) | |
download | catsit-3b38cfdbfef86966095f19d98f937e41ecc3cc83.tar.gz catsit-3b38cfdbfef86966095f19d98f937e41ecc3cc83.zip |
Implement user and group lookup
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
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} |