diff options
author | wollman <wollman@FreeBSD.org> | 1995-01-14 20:50:37 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 1995-01-14 20:50:37 +0000 |
commit | 0df77aafe1042d598c88c6ca4d00a73c1e11c83f (patch) | |
tree | 8828a384aaac90b1e27023e7754f88e444701a82 /eBones/Makefile.inc | |
parent | 6c5a798a0c76a69551a6b0c0c58b1e6638387ae5 (diff) | |
download | FreeBSD-src-0df77aafe1042d598c88c6ca4d00a73c1e11c83f.zip FreeBSD-src-0df77aafe1042d598c88c6ca4d00a73c1e11c83f.tar.gz |
Reflect the fact that compile_et has been moved and is now a `system'
utility.
Diffstat (limited to 'eBones/Makefile.inc')
-rw-r--r-- | eBones/Makefile.inc | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/eBones/Makefile.inc b/eBones/Makefile.inc index c87342a..e816027 100644 --- a/eBones/Makefile.inc +++ b/eBones/Makefile.inc @@ -1,5 +1,5 @@ # From: @(#)Makefile.inc 5.1 (Berkeley) 6/25/90 -# $Id: Makefile.inc,v 1.1.1.1 1994/09/30 14:49:48 csgr Exp $ +# $Id: Makefile.inc,v 1.2 1994/11/20 23:16:51 wollman Exp $ BINDIR?= /usr/sbin SHLIB_MAJOR?= 2 @@ -30,9 +30,4 @@ ACLOBJDIR= ${.CURDIR}/../acl/obj ACLOBJDIR= ${.CURDIR}/../acl .endif -.if exists(${.CURDIR}/../compile_et/obj) -COMPILE_ET= ${.CURDIR}/../compile_et/obj/compile_et -.else -COMPILE_ET= ${.CURDIR}/../compile_et/compile_et -.endif - +COMPILE_ET= compile_et |