resolvd and dhcpleased if ramdisks need them
authorderaadt <deraadt@openbsd.org>
Wed, 19 May 2021 17:16:51 +0000 (17:16 +0000)
committerderaadt <deraadt@openbsd.org>
Wed, 19 May 2021 17:16:51 +0000 (17:16 +0000)
distrib/special/dhcpleased/Makefile [new file with mode: 0644]
distrib/special/resolvd/Makefile [new file with mode: 0644]

diff --git a/distrib/special/dhcpleased/Makefile b/distrib/special/dhcpleased/Makefile
new file mode 100644 (file)
index 0000000..3614b08
--- /dev/null
@@ -0,0 +1,12 @@
+#      $OpenBSD: Makefile,v 1.1 2021/05/19 17:16:51 deraadt Exp $
+
+PROG=  dhcpleased
+.PATH:  ${.CURDIR}/../../../sbin/dhcpleased
+SRCS=  bpf.c checksum.c control.c dhcpleased.c engine.c frontend.c log.c
+
+MAN=
+
+LDADD+=        -levent -lutil
+DPADD+= ${LIBEVENT} ${LIBUTIL}
+
+.include <bsd.prog.mk>
diff --git a/distrib/special/resolvd/Makefile b/distrib/special/resolvd/Makefile
new file mode 100644 (file)
index 0000000..8e3d637
--- /dev/null
@@ -0,0 +1,9 @@
+#      $OpenBSD: Makefile,v 1.1 2021/05/19 17:16:51 deraadt Exp $
+
+PROG=  resolvd
+.PATH:  ${.CURDIR}/../../../usr.sbin/resolvd
+SRCS=   resolvd.c
+
+MAN=
+
+.include <bsd.prog.mk>