mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Unbump the minor number; guess this doesn't happen in the ELF world
anymore and maybe we should nuke the meaning if MINOR altogether. :)
This commit is contained in:
parent
c78f3f0d75
commit
92587d7333
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue