about summary refs log tree commit diff stats
path: root/netbsd/Makefile
diff options
context:
space:
mode:
authorDavid Hill <dhill@conformal.com>2013-06-25 15:09:47 -0400
committerDavid Hill <dhill@conformal.com>2013-06-25 15:09:47 -0400
commit92a97f47483badefd3bead7bc5f7be804be88f3f (patch)
tree7a9e097f71eb452113adc460eb59b83680f12c2b /netbsd/Makefile
parentb44df0139d18448aa9baf9bd8388847a00724e1d (diff)
downloadxombrero-92a97f47483badefd3bead7bc5f7be804be88f3f.tar.gz
remove -lgcrypt from netbsd Makefile
Diffstat (limited to 'netbsd/Makefile')
-rw-r--r--netbsd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/netbsd/Makefile b/netbsd/Makefile
index fad2892..2adee6c 100644
--- a/netbsd/Makefile
+++ b/netbsd/Makefile
@@ -16,7 +16,7 @@ CFLAGS+= -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wno-sign
 CFLAGS+= -DGTK_DISABLE_SINGLE_INCLUDES -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGSEAL_ENABLE
 CFLAGS+= -DGDK_DISABLE_DEPRECATION_WARNINGS -DGLIB_DISABLE_DEPRECATION_WARNINGS
 CFLAGS+= -I. -I..
-LDADD= -lutil -lgcrypt
+LDADD= -lutil
 GTK_VERSION ?= gtk3
 .if ${GTK_VERSION} == "gtk2"
 LIBS+= gtk+-2.0