aboutsummaryrefslogtreecommitdiff
path: root/gnu/lib/libdialog
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1994-10-28 05:36:38 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1994-10-28 05:36:38 +0000
commitfaa28a39e99bd4cf81d47157ed0502628d4f9136 (patch)
tree92278283bdbdcffc54a2e2c1d1a2625110a8ba82 /gnu/lib/libdialog
parent63f7a092666c7c83389706e2cdb090ea5e5b3885 (diff)
Notes
Diffstat (limited to 'gnu/lib/libdialog')
-rw-r--r--gnu/lib/libdialog/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/lib/libdialog/Makefile b/gnu/lib/libdialog/Makefile
index b5f0b240e23b..55624154ae72 100644
--- a/gnu/lib/libdialog/Makefile
+++ b/gnu/lib/libdialog/Makefile
@@ -1,11 +1,11 @@
# Makefile for libdialog
-# $Id: Makefile,v 1.4 1994/10/21 15:42:27 ache Exp $
+# $Id: Makefile,v 1.5 1994/10/28 03:08:14 ache Exp $
LIB= dialog
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
-CFLAGS+= -Wall -Wstrict-prototypes -DLOCALE
+CFLAGS+= -I${.CURDIR} -Wall -Wstrict-prototypes -DLOCALE
LDADD+= -lncurses -lmytinfo