diff options
author | jkh <jkh@FreeBSD.org> | 1998-09-28 00:52:53 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1998-09-28 00:52:53 +0000 |
commit | d9a7d2ce1a695cbd29e6c7d9311a39bad25e412e (patch) | |
tree | 8c69be4b256cddc34a58580ec63daf356f7283e5 /gnu | |
parent | 4cd1dfa2e9d33a28ec2c2b8ab58da70fa6d59059 (diff) | |
download | FreeBSD-src-d9a7d2ce1a695cbd29e6c7d9311a39bad25e412e.zip FreeBSD-src-d9a7d2ce1a695cbd29e6c7d9311a39bad25e412e.tar.gz |
Unbump the minor number; guess this doesn't happen in the ELF world
anymore and maybe we should nuke the meaning if MINOR altogether. :)
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/lib/libdialog/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/lib/libdialog/Makefile b/gnu/lib/libdialog/Makefile index 784401f..731b4f9 100644 --- a/gnu/lib/libdialog/Makefile +++ b/gnu/lib/libdialog/Makefile @@ -1,11 +1,11 @@ # Makefile for libdialog -# $Id: Makefile,v 1.21 1997/02/22 15:42:35 peter Exp $ +# $Id: Makefile,v 1.22 1998/09/26 12:29:57 jkh Exp $ LIB= dialog MAN3= dialog.3 SHLIB_MAJOR= 3 -SHLIB_MINOR= 1 +SHLIB_MINOR= 0 SRCS= kernel.c rc.c checklist.c inputbox.c menubox.c msgbox.c \ lineedit.c radiolist.c textbox.c yesno.c prgbox.c raw_popen.c \ fselect.c ui_objects.c dir.c notify.c help.c gauge.c tree.c |