summaryrefslogtreecommitdiffstats
path: root/usr.bin/devmenu
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1995-04-14 16:13:28 +0000
committerache <ache@FreeBSD.org>1995-04-14 16:13:28 +0000
commit8d2c05729df660b2b5ba7c3bd845be672f87bd63 (patch)
treedb7a78cde569e609c7a6ba758c4c6d5de2d632e3 /usr.bin/devmenu
parentfd5f767ec39ac7ac290c9e9e515fb407d410b9ab (diff)
downloadFreeBSD-src-8d2c05729df660b2b5ba7c3bd845be672f87bd63.zip
FreeBSD-src-8d2c05729df660b2b5ba7c3bd845be672f87bd63.tar.gz
Add missing -lmytinfo, hits when compiled -static
Add DPADD
Diffstat (limited to 'usr.bin/devmenu')
-rw-r--r--usr.bin/devmenu/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/devmenu/Makefile b/usr.bin/devmenu/Makefile
index 38d37bb..225756a 100644
--- a/usr.bin/devmenu/Makefile
+++ b/usr.bin/devmenu/Makefile
@@ -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>
OpenPOWER on IntegriCloud