From: millert Date: Wed, 16 Apr 1997 04:26:20 +0000 (+0000) Subject: Make mkioctls obey the DESTDIR environment variable. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=30264a694fc7b225ee4a1a3755fff4c4f87732f6;p=openbsd Make mkioctls obey the DESTDIR environment variable. From NetBSD (leo). --- 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 "