-# $OpenBSD: list,v 1.2 2017/02/18 02:01:53 jsg Exp $
+# $OpenBSD: list,v 1.3 2017/07/08 15:40:29 florian Exp $
SRCDIRS distrib/special
COPY ${DESTDIR}/etc/firmware/atu-rfmd2958smc-int etc/firmware/atu-rfmd2958smc-int
# this is the list from distrib/miniroot/makeconf.awk with -lz added.
-LIBS -lstubs -lutil -lm -lc -ltls -lssl -lcrypto -lz
+LIBS -lstubs -lutil -lm -lc -ltls -lssl -lcrypto -levent -lz
# copy the MAKEDEV script and make some devices
SCRIPT ${DESTDIR}/dev/MAKEDEV dev/MAKEDEV
-# $OpenBSD: list,v 1.28 2016/12/31 02:06:35 deraadt Exp $
+# $OpenBSD: list,v 1.29 2017/07/08 15:40:29 florian Exp $
SRCDIRS distrib/special
COPY ${DESTDIR}/etc/firmware/atu-rfmd2958smc-int etc/firmware/atu-rfmd2958smc-int
# this is the list from distrib/miniroot/makeconf.awk with -lz added.
-LIBS -lstubs -lutil -lm -lc -ltls -lssl -lcrypto -lz
+LIBS -lstubs -lutil -lm -lc -ltls -lssl -lcrypto -levent -lz
# copy the MAKEDEV script and make some devices
SCRIPT ${DESTDIR}/dev/MAKEDEV dev/MAKEDEV
-# $OpenBSD: makeconf.awk,v 1.24 2017/03/11 04:09:32 deraadt Exp $
+# $OpenBSD: makeconf.awk,v 1.25 2017/07/08 15:40:29 florian Exp $
#
# generate crunchgen(1) configuration file from `list' spec.
BEGIN {
printf("#\n# This file is automatically generated by `makeconf'\n#\n\n");
- libs = "libs -lstubs -lutil -lm -ltls -lssl -lcrypto -lc";
+ libs = "libs -lstubs -lutil -lm -ltls -lssl -lcrypto -levent -lc";
}
$1 == "LIBS" {