From 30264a694fc7b225ee4a1a3755fff4c4f87732f6 Mon Sep 17 00:00:00 2001 From: millert Date: Wed, 16 Apr 1997 04:26:20 +0000 Subject: [PATCH] Make mkioctls obey the DESTDIR environment variable. From NetBSD (leo). --- usr.bin/kdump/mkioctls | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.bin/kdump/mkioctls b/usr.bin/kdump/mkioctls index 44fb0330510..15d409f1196 100644 --- a/usr.bin/kdump/mkioctls +++ b/usr.bin/kdump/mkioctls @@ -1,5 +1,5 @@ #!/bin/sh - -# $OpenBSD: mkioctls,v 1.2 1996/06/26 05:34:44 deraadt Exp $ +# $OpenBSD: mkioctls,v 1.3 1997/04/16 04:26:20 millert Exp $ # # Copyright (c) 1994 @@ -35,7 +35,7 @@ # # @(#)mkioctls 8.2 (Berkeley) 4/28/95 # -cpp -dM ${1+"$@"} | awk ' +cpp -nostdinc -idirafter $DESTDIR/usr/include -dM ${1+"$@"} | awk ' BEGIN { print "#include " print "#include " -- 2.20.1