summaryrefslogtreecommitdiff
path: root/audio/mikmod/patches/patch-ba
blob: aef752553003b47f1a505cdff4f48894ef962867 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- /dev/null	Sat Jul  4 02:20:57 1998
+++ build-mikmod.netbsd.sh	Sat Jul  4 02:28:22 1998
@@ -0,0 +1,13 @@
+#!/bin/sh -e
+cd playercode
+gmake -f makefile.netbsd
+cd ..
+cd mmio
+gmake -f makefile.netbsd
+cd ..
+cd usercode
+gmake -f makefile.netbsd
+cp mikmod ../..
+cd ../..
+strip mikmod
+echo All done.