diff options
author | Paul Richards <paul@FreeBSD.org> | 1995-09-16 16:25:25 +0000 |
---|---|---|
committer | Paul Richards <paul@FreeBSD.org> | 1995-09-16 16:25:25 +0000 |
commit | 0e011b54078c0c02012912f96c635a6622356125 (patch) | |
tree | def0feb41d09b3033c3840e3b1226b02d5bccd8d /lib | |
parent | 72b3459d619bddf41f418bde283b9b291c5845b3 (diff) | |
download | src-0e011b54078c0c02012912f96c635a6622356125.tar.gz src-0e011b54078c0c02012912f96c635a6622356125.zip |
Removed libdialog.
Notes
Notes:
svn path=/head/; revision=10821
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libforms/examples/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libforms/examples/Makefile b/lib/libforms/examples/Makefile index 4389b705c043..b14392f7b6a2 100644 --- a/lib/libforms/examples/Makefile +++ b/lib/libforms/examples/Makefile @@ -11,7 +11,7 @@ FORMDIR=${.CURDIR}/../obj FORMDIR=${.CURDIR}/.. .endif -LDADD = -L${FORMDIR} -lforms -ldialog -lncurses -lmytinfo -ll +LDADD = -L${FORMDIR} -lforms -lncurses -lmytinfo -ll DPADD = ${LIBFORMS} ${LIBNCURSES} .include <bsd.prog.mk> |