Deleted Added
full compact
mkdep.in (234010) mkdep.in (262706)
1#!/bin/sh -
2
3##
4## Modified to handle -vpath <path> option by Michael Graff, ISC.
5## The purpose of this is to allow this script to run outside of the
6## source directory, for instance when running configure with
7## ../bind9-mainline/configure
8## and still have "make depend" work.

--- 7 unchanged lines hidden (view full) ---

16## Redistribution and use in source and binary forms, with or without
17## modification, are permitted provided that the following conditions
18## are met:
19## 1. Redistributions of source code must retain the above copyright
20## notice, this list of conditions and the following disclaimer.
21## 2. Redistributions in binary form must reproduce the above copyright
22## notice, this list of conditions and the following disclaimer in the
23## documentation and/or other materials provided with the distribution.
1#!/bin/sh -
2
3##
4## Modified to handle -vpath <path> option by Michael Graff, ISC.
5## The purpose of this is to allow this script to run outside of the
6## source directory, for instance when running configure with
7## ../bind9-mainline/configure
8## and still have "make depend" work.

--- 7 unchanged lines hidden (view full) ---

16## Redistribution and use in source and binary forms, with or without
17## modification, are permitted provided that the following conditions
18## are met:
19## 1. Redistributions of source code must retain the above copyright
20## notice, this list of conditions and the following disclaimer.
21## 2. Redistributions in binary form must reproduce the above copyright
22## notice, this list of conditions and the following disclaimer in the
23## documentation and/or other materials provided with the distribution.
24## 3. All advertising materials mentioning features or use of this software
25## must display the following acknowledgement:
26## This product includes software developed by the University of
27## California, Berkeley and its contributors.
28## 4. Neither the name of the University nor the names of its contributors
24## 3. Neither the name of the University nor the names of its contributors
29## may be used to endorse or promote products derived from this software
30## without specific prior written permission.
31## THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
32## ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
33## IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
34## ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
35## FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
36## DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS

--- 151 unchanged lines hidden ---
25## may be used to endorse or promote products derived from this software
26## without specific prior written permission.
27## THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
28## ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
29## IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
30## ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
31## FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
32## DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS

--- 151 unchanged lines hidden ---