summaryrefslogtreecommitdiff
path: root/setup/FreeBSD/make.local
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2013-05-03 21:08:42 +0400
committerIgor Pashev <pashev.igor@gmail.com>2013-05-03 21:08:42 +0400
commit1058def8e7827e56ce4a70afb4aeacb5dc44148f (patch)
tree4495d23e7b54ab5700e3839081e797c1eafe0db9 /setup/FreeBSD/make.local
downloadoss4-upstream.tar.gz
Imported Upstream version 4.2-build2006upstream/4.2-build2006upstream
Diffstat (limited to 'setup/FreeBSD/make.local')
-rw-r--r--setup/FreeBSD/make.local11
1 files changed, 11 insertions, 0 deletions
diff --git a/setup/FreeBSD/make.local b/setup/FreeBSD/make.local
new file mode 100644
index 0000000..2cd68f8
--- /dev/null
+++ b/setup/FreeBSD/make.local
@@ -0,0 +1,11 @@
+build: kernel/framework/include/buildid.h all
+ sh build.sh
+
+copy: build
+ cp -R prototype/* /
+
+package: build
+ sh setup/FreeBSD/mkpkg.sh
+
+install: copy
+ cd ${OSSLIBDIR}/build && sh install.sh