b73c5212c6
- integrate pre-configure into Makefile
13 lines
306 B
Plaintext
13 lines
306 B
Plaintext
--- shuffle.c.orig Tue Jan 12 13:59:38 1993
|
|
+++ shuffle.c Sun Jan 23 00:06:49 2000
|
|
@@ -18,6 +18,9 @@
|
|
|
|
# include "debug.h"
|
|
# include "cdrom_globs.h"
|
|
+#if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__)
|
|
+# include "cdrom_freebsd.h"
|
|
+#endif
|
|
#ifdef sun
|
|
# include "cdrom_sun.h"
|
|
#endif
|