summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbluhm <bluhm@openbsd.org>2016-07-12 15:54:55 +0000
committerbluhm <bluhm@openbsd.org>2016-07-12 15:54:55 +0000
commit45815f37a2c95d8dc0218352afcf2a953dd6c279 (patch)
tree3b205d10730daf7d8c9f4ae6035d215f7ebbaf44
parentAllow to run the syslogd tests as root without SUDO also if the (diff)
downloadwireguard-openbsd-45815f37a2c95d8dc0218352afcf2a953dd6c279.tar.xz
wireguard-openbsd-45815f37a2c95d8dc0218352afcf2a953dd6c279.zip
Link path MTU discovery regress test into build.
-rw-r--r--regress/sys/netinet/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/sys/netinet/Makefile b/regress/sys/netinet/Makefile
index acb1596ab74..2b61efc990f 100644
--- a/regress/sys/netinet/Makefile
+++ b/regress/sys/netinet/Makefile
@@ -1,5 +1,5 @@
-# $OpenBSD: Makefile,v 1.2 2015/11/05 12:54:24 bluhm Exp $
+# $OpenBSD: Makefile,v 1.3 2016/07/12 15:54:55 bluhm Exp $
-SUBDIR = arp autoport
+SUBDIR = arp autoport pmtu
.include <bsd.subdir.mk>