Hastily back out my previous change to install ui_objects.h; upon further

examination, I'm not entirely sure this was meant to be public.  It's not
idempotent or anything.  I'll make pkg_manage deal with it another way
until it's been confirmed one way or the other by Marc.
This commit is contained in:
Jordan K. Hubbard 1995-04-21 10:18:33 +00:00
parent effc53c83c
commit 6e9cd00afe

View File

@ -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>