diff options
author | markm <markm@FreeBSD.org> | 1995-09-13 17:47:41 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 1995-09-13 17:47:41 +0000 |
commit | 6158455f1ef2237e5a1fdea7f3e0f5fa6d9c538e (patch) | |
tree | a943b9763413a6d15e326e49b9fedcde75357eb8 /eBones/usr.bin/Makefile.inc | |
parent | 9cd7fc13766a2f6a9722fbc9bf79a464cab4ee3a (diff) | |
download | FreeBSD-src-6158455f1ef2237e5a1fdea7f3e0f5fa6d9c538e.zip FreeBSD-src-6158455f1ef2237e5a1fdea7f3e0f5fa6d9c538e.tar.gz |
added Makefile.inc in the necessary places.
Pointed out by: Garrett Wollman
Obtained from: equivalent directoies rooted in src/
Diffstat (limited to 'eBones/usr.bin/Makefile.inc')
-rw-r--r-- | eBones/usr.bin/Makefile.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/eBones/usr.bin/Makefile.inc b/eBones/usr.bin/Makefile.inc new file mode 100644 index 0000000..84bfd7f --- /dev/null +++ b/eBones/usr.bin/Makefile.inc @@ -0,0 +1,3 @@ +# @(#)Makefile.inc 8.1 (Berkeley) 6/6/93 + +BINDIR?= /usr/bin |