diff options
| author | Doug Rabson <dfr@FreeBSD.org> | 1999-02-02 18:34:23 +0000 |
|---|---|---|
| committer | Doug Rabson <dfr@FreeBSD.org> | 1999-02-02 18:34:23 +0000 |
| commit | f422bef2573abeb7557bc6f2190ff5ca76e4a8f6 (patch) | |
| tree | 9fa196d69c0f52d544189e0be87dc544bed9f82d /sys/alpha | |
| parent | f19a38101a77744816da250ccee9ab47b00ed118 (diff) | |
Notes
Diffstat (limited to 'sys/alpha')
| -rw-r--r-- | sys/alpha/conf/Makefile.alpha | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/alpha/conf/Makefile.alpha b/sys/alpha/conf/Makefile.alpha index 99f61697f914a..6ffa507a03b67 100644 --- a/sys/alpha/conf/Makefile.alpha +++ b/sys/alpha/conf/Makefile.alpha @@ -1,7 +1,7 @@ # Makefile.alpha -- with config changes. # Copyright 1990 W. Jolitz # from: @(#)Makefile.alpha 7.1 5/10/91 -# $Id: Makefile.alpha,v 1.15 1998/12/17 22:36:21 dfr Exp $ +# $Id: Makefile.alpha,v 1.16 1999/01/09 21:50:59 jdp Exp $ # # Makefile for FreeBSD # @@ -282,7 +282,11 @@ vnode_if.c: $S/kern/vnode_if.sh $S/kern/vnode_if.src vnode_if.h: $S/kern/vnode_if.sh $S/kern/vnode_if.src sh $S/kern/vnode_if.sh $S/kern/vnode_if.src +.if exists($S/../share/mk) +.include "$S/../share/mk/bsd.kern.mk" +.else .include <bsd.kern.mk> +.endif %RULES |
