summaryrefslogtreecommitdiff
path: root/www/ns-remote/files/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/ns-remote/files/Makefile')
-rw-r--r--www/ns-remote/files/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/www/ns-remote/files/Makefile b/www/ns-remote/files/Makefile
index e985a1efdc7..a0ae7711872 100644
--- a/www/ns-remote/files/Makefile
+++ b/www/ns-remote/files/Makefile
@@ -1,15 +1,14 @@
-# $NetBSD: Makefile,v 1.2 2000/01/13 05:12:16 simonb Exp $
+# $NetBSD: Makefile,v 1.3 2001/08/29 22:41:27 jlam Exp $
#
# Very simple Makefile used to compile Netscape's ns-remote program
#
PROG = ns-remote
-X11BASE?= /usr/X11R6
all: ${PROG}
${PROG}: remote.c
- ${CC} ${CFLAGS} -o ${PROG} remote.c -DSTANDALONE -I${X11BASE}/include \
+ ${CC} ${CFLAGS} -o ${PROG} remote.c -DSTANDALONE \
${LDFLAGS} -lXmu -lXt -lSM -lICE -lXext -lX11
clean: