From 6158455f1ef2237e5a1fdea7f3e0f5fa6d9c538e Mon Sep 17 00:00:00 2001 From: markm Date: Wed, 13 Sep 1995 17:47:41 +0000 Subject: added Makefile.inc in the necessary places. Pointed out by: Garrett Wollman Obtained from: equivalent directoies rooted in src/ --- eBones/lib/Makefile.inc | 3 +++ eBones/libexec/Makefile.inc | 3 +++ eBones/usr.bin/Makefile.inc | 3 +++ eBones/usr.sbin/Makefile.inc | 3 +++ 4 files changed, 12 insertions(+) create mode 100644 eBones/lib/Makefile.inc create mode 100644 eBones/libexec/Makefile.inc create mode 100644 eBones/usr.bin/Makefile.inc create mode 100644 eBones/usr.sbin/Makefile.inc (limited to 'eBones') diff --git a/eBones/lib/Makefile.inc b/eBones/lib/Makefile.inc new file mode 100644 index 0000000..62677fd --- /dev/null +++ b/eBones/lib/Makefile.inc @@ -0,0 +1,3 @@ +# Default version for system libs (override in /Makefile if necessary) +SHLIB_MAJOR?= 2 +SHLIB_MINOR?= 0 diff --git a/eBones/libexec/Makefile.inc b/eBones/libexec/Makefile.inc new file mode 100644 index 0000000..f9922b6 --- /dev/null +++ b/eBones/libexec/Makefile.inc @@ -0,0 +1,3 @@ +# @(#)Makefile.inc 8.1 (Berkeley) 6/4/93 + +BINDIR?= /usr/libexec 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 diff --git a/eBones/usr.sbin/Makefile.inc b/eBones/usr.sbin/Makefile.inc new file mode 100644 index 0000000..fd92864 --- /dev/null +++ b/eBones/usr.sbin/Makefile.inc @@ -0,0 +1,3 @@ +# @(#)Makefile.inc 8.1 (Berkeley) 6/6/93 + +BINDIR?= /usr/sbin -- cgit v1.1