f0bc35c243
file that only applies on i386. Let the build system rebuild it for the current platform. Tweak the fab_custom build rule.
9 lines
149 B
Bash
Executable file
9 lines
149 B
Bash
Executable file
#!/bin/sh
|
|
#
|
|
# $NetBSD: post-extract,v 1.1 1999/02/23 23:56:32 nathanw Exp $
|
|
#
|
|
|
|
echo "Running post-extract script"
|
|
|
|
cd ${WRKSRC}
|
|
rm -f mc68k/custom.c
|