Add proper deps. Add destdir support. And, finally, make it build properly. (82 (small) patches later...)
12 lines
408 B
Text
12 lines
408 B
Text
$NetBSD: patch-bp,v 1.1 2008/08/31 06:52:29 dholland Exp $
|
|
|
|
--- server/df.c~ 1997-10-03 16:48:11.000000000 -0400
|
|
+++ server/df.c 2008-08-31 00:42:29.000000000 -0400
|
|
@@ -32,6 +32,7 @@
|
|
* It just makes it easier to write those dialogs. *
|
|
* *
|
|
************************************************************************/
|
|
+#include <stdlib.h>
|
|
#include "xmx.h"
|
|
#include "df.h"
|
|
#include "incl/df.pvt.h"
|