bsddialog(1): Fix Makefile typo
Fix build fault caused by a typo in the Makefile.
This commit is contained in:
parent
b319d93437
commit
ad052eb076
@ -2,8 +2,8 @@ BSDDIALOG= ${SRCTOP}/contrib/bsddialog
|
||||
.PATH: ${BSDDIALOG}
|
||||
|
||||
PROG= bsddialog
|
||||
SRCS= bsddialog.c
|
||||
MAN= bsddialog.1 util_theme.c
|
||||
SRCS= bsddialog.c util_theme.c
|
||||
MAN= bsddialog.1
|
||||
CFLAGS+= -I${BSDDIALOG}/lib
|
||||
LIBADD= bsddialog
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user