Throw some unnecessary dreck out of this Makefile.

This commit is contained in:
Jordan K. Hubbard 1996-08-11 17:21:20 +00:00
parent 6e0d255e4b
commit 8a80fd427c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=17518

View File

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