summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-12-04 00:25:51 -0500
committerJune McEnroe <june@causal.agency>2020-12-04 17:53:44 -0500
commit1a57869a9ebc1880e51f829b3b1b63720c52a6aa (patch)
treea7d4e11846e5818fbe1945b93c67bbae544279eb /Makefile
parentClean up variable expansions in shell script (diff)
downloadimbox-1a57869a9ebc1880e51f829b3b1b63720c52a6aa.tar.gz
imbox-1a57869a9ebc1880e51f829b3b1b63720c52a6aa.zip
Implement getservinfo for SRV lookup
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 925b713..2c78527 100644
--- a/Makefile
+++ b/Makefile
@@ -9,6 +9,7 @@ MANS = ${BINS:=.1}
 
 -include config.mk
 
+OBJS += getservinfo.o
 OBJS += imap.o
 OBJS += imbox.o