15 lines
501 B
Text
15 lines
501 B
Text
$NetBSD: patch-aa,v 1.1.1.1 1999/11/23 07:42:25 rh Exp $
|
|
|
|
--- Imakefile.orig Fri Feb 7 03:38:29 1997
|
|
+++ Imakefile Mon Nov 22 10:48:01 1999
|
|
@@ -14,8 +14,8 @@
|
|
# If your standard C library does not contain the usleep function, you
|
|
# may need to add usleep.o to RECORDING_OBJ.
|
|
#
|
|
-# DEFINES = -DRECORD_EVENTS
|
|
-# RECORDING_OBJ = recording.o
|
|
+DEFINES = -DRECORD_EVENTS
|
|
+RECORDING_OBJ = recording.o
|
|
|
|
OBJS1 = decode11.o linkl.o print11.o server.o fd.o main.o prtype.o table11.o \
|
|
$(RECORDING_OBJ)
|