blob: 2cd68f887e3c10dbcec44a7a4f235cf13283e974 (
plain)
1
2
3
4
5
6
7
8
9
10
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
|