forked from Lainports/freebsd-ports
7 lines
136 B
Bash
7 lines
136 B
Bash
#!/bin/sh
|
|
#
|
|
# $Id: configure,v 1.3 1994/10/04 15:12:02 jkh Exp $
|
|
#
|
|
|
|
rm -f ${WRKSRC}/makefile
|
|
cp ${FILESDIR}/Makefile ${WRKSRC}/Makefile
|