adding files

This commit is contained in:
David Turner 2002-01-08 18:34:11 +00:00
parent ce9a0441ad
commit dc47784610
2 changed files with 11 additions and 0 deletions

9
configure vendored Normal file
View File

@ -0,0 +1,9 @@
#!/bin/sh
# call the 'configure' script located in 'builds/unix'
# this should re-generate the following files:
#
# config.mk
# Jamfile
# install
#
make setup unix CFG="$@"

2
install Normal file
View File

@ -0,0 +1,2 @@
#! /bin/sh
make install