mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
14 lines
402 B
Plaintext
14 lines
402 B
Plaintext
|
--- Makefile Sun Apr 16 13:26:00 1995
|
||
|
+++ /home/andy/tmp/wrk/Makefile Sun Mar 29 23:08:24 1998
|
||
|
@@ -20,8 +20,8 @@
|
||
|
#
|
||
|
CC= gcc
|
||
|
CFLAGS= -O4 -Wall
|
||
|
-INCLUDES= -I/usr/X386/include/X11 -I/usr/include
|
||
|
-LIBS= -L/usr/X386/lib
|
||
|
+INCLUDES= -I/usr/X11R6/include -I/usr/X11R6/include/X11
|
||
|
+LIBS= -L/usr/X11R6/lib
|
||
|
LDLIBS= -lXpm -lX11
|
||
|
DEPEND= makedepend
|
||
|
OBJS= wintype.o xtron.o main.o xpm2pixmap.o resource.o
|