summaryrefslogtreecommitdiffstats
path: root/gnu/lib/libdialog/Makefile
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-04-21 10:15:31 +0000
committerjkh <jkh@FreeBSD.org>1995-04-21 10:15:31 +0000
commit3bf1d99e22d77d8dc7fa31ed1961265cdd05a068 (patch)
tree0c1637fda8813af9d2bc8d7bdc45f3108526eba2 /gnu/lib/libdialog/Makefile
parent1f6fa4c9ec95068d3ca4fcbea6bf82fa43431851 (diff)
downloadFreeBSD-src-3bf1d99e22d77d8dc7fa31ed1961265cdd05a068.zip
FreeBSD-src-3bf1d99e22d77d8dc7fa31ed1961265cdd05a068.tar.gz
Also install new ui_objects.h header file. I'm not sure how I feel about
these Makefile constructs - surely there's a better way?
Diffstat (limited to 'gnu/lib/libdialog/Makefile')
-rw-r--r--gnu/lib/libdialog/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/gnu/lib/libdialog/Makefile b/gnu/lib/libdialog/Makefile
index 6717955..5677a14 100644
--- a/gnu/lib/libdialog/Makefile
+++ b/gnu/lib/libdialog/Makefile
@@ -1,5 +1,5 @@
# Makefile for libdialog
-# $Id: Makefile,v 1.7 1995/02/15 19:43:49 ache Exp $
+# $Id: Makefile,v 1.8 1995/04/20 17:39:25 ache Exp $
LIB= dialog
SRCS= kernel.c rc.c checklist.c inputbox.c menubox.c msgbox.c \
@@ -13,7 +13,11 @@ DPADD+= ${LIBNCURSES} ${LIBMYTINFO}
beforeinstall:
-cd ${.CURDIR}; cmp -s dialog.h ${DESTDIR}/usr/include/dialog.h || \
- install -c -o ${BINOWN} -g ${BINGRP} -m 444 dialog.h \
- ${DESTDIR}/usr/include
+ install -c -o ${BINOWN} -g ${BINGRP} -m 444 dialog.h \
+ ${DESTDIR}/usr/include
+ -cd ${.CURDIR}; cmp -s ui_objects.h \
+ ${DESTDIR}/usr/include/ui_objects.h || \
+ install -c -o ${BINOWN} -g ${BINGRP} -m 444 ui_objects.h \
+ ${DESTDIR}/usr/include
.include <bsd.lib.mk>
OpenPOWER on IntegriCloud