diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-10-25 08:37:12 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-10-25 08:37:12 +0000 |
| commit | bd1a63798aedf61e90d526440e298f23b3c8e7a8 (patch) | |
| tree | bb3454f9fecfc315e08bf1cc88bc4b24016cd7d5 | |
| parent | f4dfe934d18b6269a6cef7e7f94572c8cefd40a5 (diff) | |
Notes
| -rw-r--r-- | sbin/atm/Makefile.inc | 2 | ||||
| -rw-r--r-- | sbin/i386/Makefile.inc | 2 | ||||
| -rw-r--r-- | sbin/pc98/Makefile.inc | 2 | ||||
| -rw-r--r-- | sbin/routed/Makefile.inc | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/sbin/atm/Makefile.inc b/sbin/atm/Makefile.inc index 8878187339cad..dece1093d7b44 100644 --- a/sbin/atm/Makefile.inc +++ b/sbin/atm/Makefile.inc @@ -27,4 +27,4 @@ # # -.include "${.CURDIR}/../../Makefile.inc" +.include "../Makefile.inc" diff --git a/sbin/i386/Makefile.inc b/sbin/i386/Makefile.inc index b915adff92abc..265f86d1ed55a 100644 --- a/sbin/i386/Makefile.inc +++ b/sbin/i386/Makefile.inc @@ -1,3 +1,3 @@ # $FreeBSD$ -.include "${.CURDIR}/../../Makefile.inc" +.include "../Makefile.inc" diff --git a/sbin/pc98/Makefile.inc b/sbin/pc98/Makefile.inc index b915adff92abc..265f86d1ed55a 100644 --- a/sbin/pc98/Makefile.inc +++ b/sbin/pc98/Makefile.inc @@ -1,3 +1,3 @@ # $FreeBSD$ -.include "${.CURDIR}/../../Makefile.inc" +.include "../Makefile.inc" diff --git a/sbin/routed/Makefile.inc b/sbin/routed/Makefile.inc index b99bc944cf9b9..265f86d1ed55a 100644 --- a/sbin/routed/Makefile.inc +++ b/sbin/routed/Makefile.inc @@ -1,3 +1,3 @@ # $FreeBSD$ -.include "../../Makefile.inc" +.include "../Makefile.inc" |
