aboutsummaryrefslogtreecommitdiff
path: root/nss/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nss/Makefile')
-rw-r--r--nss/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/nss/Makefile b/nss/Makefile
index 2dfa7eb..148c6dc 100644
--- a/nss/Makefile
+++ b/nss/Makefile
@@ -68,6 +68,12 @@ CFLAGS-getaliasent_r.c += -fexceptions
CFLAGS-getaliasent.c += -fexceptions
endif
+# ethers routines:
+routines += \
+ ether_hton \
+ ether_ntoh \
+ # routines
+
# grp routines:
routines += \
fgetgrent \