10 lines
285 B
Bash
Executable File
10 lines
285 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# $Header: /home/x_cvs/mit/server/ddx/x386/LinkKit/mkmf.cpp,v 1.1 1992/09/02 12:02:04 dawes Exp $
|
|
#
|
|
# build Makefile for link kit
|
|
#
|
|
touch X386Conf.tmpl
|
|
(set -x; imake -I. -I/usr/X386/lib/X11/config -DUseInstalled -DInit -DX386LinkKit=1 -DTOPDIR=. -DCURDIR=.)
|
|
make Configure
|