diff options
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} |