diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-04-21 10:18:33 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-04-21 10:18:33 +0000 |
| commit | 6e9cd00afe240e70e58b83fabdafae2279f8eb56 (patch) | |
| tree | ac175bce225be9215e1a5bc255bd1544ccc84028 /gnu/lib/libdialog/Makefile | |
| parent | effc53c83c9a1a4df0feb97b14a23f9ae0b1ff0a (diff) | |
Notes
Diffstat (limited to 'gnu/lib/libdialog/Makefile')
| -rw-r--r-- | gnu/lib/libdialog/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gnu/lib/libdialog/Makefile b/gnu/lib/libdialog/Makefile index 5677a14bb56c..ce37a65f6d28 100644 --- a/gnu/lib/libdialog/Makefile +++ b/gnu/lib/libdialog/Makefile @@ -1,5 +1,5 @@ # Makefile for libdialog -# $Id: Makefile,v 1.8 1995/04/20 17:39:25 ache Exp $ +# $Id: Makefile,v 1.9 1995/04/21 10:15:31 jkh Exp $ LIB= dialog SRCS= kernel.c rc.c checklist.c inputbox.c menubox.c msgbox.c \ @@ -15,9 +15,5 @@ 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 - -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> |
