From 4079b045b9296b09bc10050fa67806631e348f45 Mon Sep 17 00:00:00 2001 From: ragge Date: Wed, 5 Nov 1997 12:12:32 +0000 Subject: Must have the correct library link order to be able to link the binaries static. --- hunt/hunt/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hunt') diff --git a/hunt/hunt/Makefile b/hunt/hunt/Makefile index 64c8a96b..408101e6 100644 --- a/hunt/hunt/Makefile +++ b/hunt/hunt/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 1997/10/22 05:05:27 lukem Exp $ +# $NetBSD: Makefile,v 1.3 1997/11/05 12:12:32 ragge Exp $ PROG= hunt SRCS= connect.c hunt.c otto.c playit.c pathname.c MAN= hunt.6 -LDADD= -ltermcap -lcurses +LDADD= -lcurses -ltermcap DPADD= ${LIBTERMCAP} ${LIBCURSES} CPPFLAGS+=-I${.CURDIR}/../huntd -- cgit v1.2.3