diff options
author | ache <ache@FreeBSD.org> | 2000-09-16 04:27:30 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2000-09-16 04:27:30 +0000 |
commit | 1501c8387d258b61801791c2ea06c5ad6105d37e (patch) | |
tree | 37aec671070da5f110db43103a35c5a13725414d /gnu/usr.bin | |
parent | f2e89ce1f4d37c3c8e24e67420d095c7dcb98c81 (diff) | |
download | FreeBSD-src-1501c8387d258b61801791c2ea06c5ad6105d37e.zip FreeBSD-src-1501c8387d258b61801791c2ea06c5ad6105d37e.tar.gz |
Remove unneded -lmytinfo
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r-- | gnu/usr.bin/dialog/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/dialog/Makefile b/gnu/usr.bin/dialog/Makefile index ff5dcf7..2b5aee5 100644 --- a/gnu/usr.bin/dialog/Makefile +++ b/gnu/usr.bin/dialog/Makefile @@ -8,7 +8,7 @@ MAN1= dialog.1 CFLAGS+= -Wall -Wstrict-prototypes -DPADD+= $(LIBDIALOG) $(LIBNCURSES) $(LIBMYTINFO) -LDADD+= -ldialog -lncurses -lmytinfo +DPADD+= $(LIBDIALOG) $(LIBNCURSES) +LDADD+= -ldialog -lncurses .include <bsd.prog.mk> |