Make mkioctls obey the DESTDIR environment variable.
authormillert <millert@openbsd.org>
Wed, 16 Apr 1997 04:26:20 +0000 (04:26 +0000)
committermillert <millert@openbsd.org>
Wed, 16 Apr 1997 04:26:20 +0000 (04:26 +0000)
From NetBSD (leo).

usr.bin/kdump/mkioctls

index 44fb033..15d409f 100644 (file)
@@ -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 <sys/param.h>"
        print "#include <sys/socket.h>"