artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e2ae58
)
Make mkioctls obey the DESTDIR environment variable.
author
millert
<millert@openbsd.org>
Wed, 16 Apr 1997 04:26:20 +0000
(
04:26
+0000)
committer
millert
<millert@openbsd.org>
Wed, 16 Apr 1997 04:26:20 +0000
(
04:26
+0000)
From NetBSD (leo).
usr.bin/kdump/mkioctls
patch
|
blob
|
history
diff --git
a/usr.bin/kdump/mkioctls
b/usr.bin/kdump/mkioctls
index
44fb033
..
15d409f
100644
(file)
--- 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 deraad
t Exp $
+# $OpenBSD: mkioctls,v 1.
3 1997/04/16 04:26:20 miller
t 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>"