diff options
author | chris <chris@FreeBSD.org> | 1999-09-01 23:36:21 +0000 |
---|---|---|
committer | chris <chris@FreeBSD.org> | 1999-09-01 23:36:21 +0000 |
commit | 3e73f6e0b13a943ed99fc8f5f463a7a251c2e797 (patch) | |
tree | 8f2f874910625c35504bfd24a27f1051fe1b318a /usr.sbin/tzsetup | |
parent | e15986424e786c96acef47e2f1557d4ef3eab840 (diff) | |
download | FreeBSD-src-3e73f6e0b13a943ed99fc8f5f463a7a251c2e797.zip FreeBSD-src-3e73f6e0b13a943ed99fc8f5f463a7a251c2e797.tar.gz |
Re-add the libmytinfo/libncurses stuff - removing it breaks static
linkage.
Pointed out by: bde
Diffstat (limited to 'usr.sbin/tzsetup')
-rw-r--r-- | usr.sbin/tzsetup/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/tzsetup/Makefile b/usr.sbin/tzsetup/Makefile index 2731e2e..1e037a9 100644 --- a/usr.sbin/tzsetup/Makefile +++ b/usr.sbin/tzsetup/Makefile @@ -3,7 +3,7 @@ PROG= tzsetup MAN8= tzsetup.8 CFLAGS+= -I${.CURDIR} -LDADD+= -ldialog -DPADD+= ${LIBDIALOG} +LDADD+= -ldialog -lncurses -lmytinfo +DPADD+= ${LIBDIALOG} ${LIBNCURSES} ${LIBMYTINFO} .include <bsd.prog.mk> |