diff options
author | 2004-12-19 16:27:37 +0000 | |
---|---|---|
committer | 2004-12-19 16:27:37 +0000 | |
commit | 18196b699fed2a039ad2e74b6189c43ae75e7720 (patch) | |
tree | 7aeaa558a4fb2207df4c110e66b0e48ed861a372 /sys/dev/microcode | |
parent | prep for future (diff) | |
download | wireguard-openbsd-18196b699fed2a039ad2e74b6189c43ae75e7720.tar.xz wireguard-openbsd-18196b699fed2a039ad2e74b6189c43ae75e7720.zip |
use /sys includes instead of /usr/include/[possibly stale]/sys; deraadt@ ok
Diffstat (limited to 'sys/dev/microcode')
-rw-r--r-- | sys/dev/microcode/Makefile.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/microcode/Makefile.inc b/sys/dev/microcode/Makefile.inc new file mode 100644 index 00000000000..2547911cccd --- /dev/null +++ b/sys/dev/microcode/Makefile.inc @@ -0,0 +1,3 @@ +# $OpenBSD: Makefile.inc,v 1.5 2004/12/19 16:27:37 mickey Exp $ + +CFLAGS+=-I${.CURDIR}/../../.. |