mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
aa808e9b02
PR: ports/22167 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
11 lines
288 B
Plaintext
11 lines
288 B
Plaintext
--- Imakefile.orig Wed Oct 20 17:33:03 1999
|
|
+++ Imakefile Sat Oct 14 02:31:23 2000
|
|
@@ -7,6 +7,6 @@
|
|
SRCS = lwm.c manage.c mouse.c client.c cursor.c error.c disp.c shape.c resource.c
|
|
OBJS = ${SRCS:.c=.o}
|
|
|
|
-ComplexProgramTarget(lwm)
|
|
+ComplexProgramTargetNoMan(lwm)
|
|
|
|
${OBJS}: ${HEADERS}
|