diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-04-21 10:15:31 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-04-21 10:15:31 +0000 |
| commit | effc53c83c9a1a4df0feb97b14a23f9ae0b1ff0a (patch) | |
| tree | 0c1637fda8813af9d2bc8d7bdc45f3108526eba2 /gnu/lib | |
| parent | e722380a6872f4d493bf02987aeec6f713c6d837 (diff) | |
Notes
Diffstat (limited to 'gnu/lib')
| -rw-r--r-- | gnu/lib/libdialog/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/gnu/lib/libdialog/Makefile b/gnu/lib/libdialog/Makefile index 6717955c9c7a..5677a14bb56c 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> |
