=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/kdump/Makefile,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- src/usr.bin/kdump/Makefile 2019/04/14 10:16:00 1.36 +++ src/usr.bin/kdump/Makefile 2020/06/22 01:02:30 1.37 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.36 2019/04/14 10:16:00 jsg Exp $ +# $OpenBSD: Makefile,v 1.37 2020/06/22 01:02:30 dlg Exp $ LDSTATIC=${STATIC} PROG= kdump @@ -26,6 +26,7 @@ ${SYS_DIR}/net/if_pppoe.h \ ${SYS_DIR}/net/if_trunk.h \ ${SYS_DIR}/net/if_tun.h \ + ${SYS_DIR}/net/if_wg.h \ ${SYS_DIR}/net/pfvar.h \ ${SYS_DIR}/net/pipex.h \ ${SYS_DIR}/net80211/ieee80211_ioctl.h \