Add missing -lmytinfo, hits when compiled -static
Add DPADD
This commit is contained in:
parent
fd5f767ec3
commit
8d2c05729d
@ -1,9 +1,10 @@
|
||||
# $Id$
|
||||
# $Id: Makefile,v 1.1 1995/04/13 21:10:56 wollman Exp $
|
||||
|
||||
PROG= devmenu
|
||||
SRCS= devmenu.c devfilter.c ifmenu.c
|
||||
MAN1= devmenu.1
|
||||
LDADD+= -ldialog -lncurses
|
||||
LDADD+= -ldialog -lncurses -lmytinfo
|
||||
DPADD+= ${LIBDIALOG} ${LIBNCURSES} ${LIBMYTINFO}
|
||||
CFLAGS+= -I/sys
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user