From 8a80fd427c3de9cbb1afeed918ae29d4d3184777 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Sun, 11 Aug 1996 17:21:20 +0000 Subject: [PATCH] Throw some unnecessary dreck out of this Makefile. --- gnu/lib/libdialog/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/gnu/lib/libdialog/Makefile b/gnu/lib/libdialog/Makefile index d00c75fceeff..a4e42da34eb3 100644 --- a/gnu/lib/libdialog/Makefile +++ b/gnu/lib/libdialog/Makefile @@ -1,5 +1,5 @@ # Makefile for libdialog -# $Id: Makefile,v 1.14 1995/12/23 01:10:14 jkh Exp $ +# $Id: Makefile,v 1.16 1996/02/09 16:19:16 mpp Exp $ LIB= dialog MAN3= dialog.3 @@ -12,9 +12,6 @@ SRCS= kernel.c rc.c checklist.c inputbox.c menubox.c msgbox.c \ CFLAGS+= -I${.CURDIR} -Wall -Wstrict-prototypes -DLOCALE -LDADD+= -lncurses -lmytinfo -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 \