diff options
author | June McEnroe <june@causal.agency> | 2020-12-04 00:25:51 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-12-04 17:53:44 -0500 |
commit | 1a57869a9ebc1880e51f829b3b1b63720c52a6aa (patch) | |
tree | a7d4e11846e5818fbe1945b93c67bbae544279eb /Makefile | |
parent | Clean up variable expansions in shell script (diff) | |
download | imbox-1a57869a9ebc1880e51f829b3b1b63720c52a6aa.tar.gz imbox-1a57869a9ebc1880e51f829b3b1b63720c52a6aa.zip |
Implement getservinfo for SRV lookup
Diffstat (limited to '')
-rw-r--r-- | Makefile | 1 |
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 |