diff options
author | 2016-07-12 15:54:55 +0000 | |
---|---|---|
committer | 2016-07-12 15:54:55 +0000 | |
commit | 45815f37a2c95d8dc0218352afcf2a953dd6c279 (patch) | |
tree | 3b205d10730daf7d8c9f4ae6035d215f7ebbaf44 | |
parent | Allow to run the syslogd tests as root without SUDO also if the (diff) | |
download | wireguard-openbsd-45815f37a2c95d8dc0218352afcf2a953dd6c279.tar.xz wireguard-openbsd-45815f37a2c95d8dc0218352afcf2a953dd6c279.zip |
Link path MTU discovery regress test into build.
-rw-r--r-- | regress/sys/netinet/Makefile | 4 |
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> |