diff --git a/distrib/utils/sysinst/Makefile.inc b/distrib/utils/sysinst/Makefile.inc index 69891bbf47e0..f60c681d4f41 100644 --- a/distrib/utils/sysinst/Makefile.inc +++ b/distrib/utils/sysinst/Makefile.inc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.13 2002/03/06 22:36:58 lukem Exp $ +# $NetBSD: Makefile.inc,v 1.14 2002/04/11 18:14:18 mycroft Exp $ # # Makefile for install @@ -7,6 +7,7 @@ NOMAN= # defined .include # for mk.conf +DPADD= ${LIBCURSES} ${LIBTERMCAP} ${LIBUTIL} LDADD= -lcurses -ltermcap -lutil LDSTATIC?= -static