8 lines
226 B
Text
8 lines
226 B
Text
|
$NetBSD: patch-ah,v 1.1 2005/01/08 18:50:35 minskim Exp $
|
||
|
|
||
|
--- netbsd/configure.orig 2005-01-08 12:39:02.000000000 -0600
|
||
|
+++ netbsd/configure
|
||
|
@@ -0,0 +1,2 @@
|
||
|
+#!/bin/sh
|
||
|
+cat ../src/Makefile.template Makefile.netbsd > Makefile
|