8 lines
144 B
Bash
Executable File
8 lines
144 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
# $Id: configure,v 1.1.1.1 1997/11/15 00:04:33 deraadt Exp $
|
|
#
|
|
|
|
rm -f ${WRKSRC}/makefile
|
|
cp ${FILESDIR}/Makefile ${WRKSRC}/Makefile
|