blob: d1269803a41ea906a4f5c394bcfedf4a7e692520 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
$NetBSD: patch-am,v 1.1.1.1 2002/09/24 12:49:13 blymn Exp $
--- src/platform/Make-netbsd.orig Sun Sep 22 22:29:15 2002
+++ src/platform/Make-netbsd
@@ -0,0 +1,20 @@
+# bzflag
+# Copyright (c) 1993 - 2002 Tim Riker
+#
+# This package is free software; you can redistribute it and/or
+# modify it under the terms of the license found in the file
+# named LICENSE that should have accompanied this file.
+#
+# THIS PACKAGE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
+# IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
+# WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+
+PCXXFILES = \
+ NetBSDPlatformFactory.cxx \
+ XDisplay.cxx \
+ XVisual.cxx \
+ XWindow.cxx \
+ NetBSDDisplay.cxx \
+ NetBSDMedia.cxx \
+ usbjoy.cxx \
+ $(NULL)
|