diff options
author | jkh <jkh@FreeBSD.org> | 1996-08-11 17:21:20 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1996-08-11 17:21:20 +0000 |
commit | 1a72bf5044a6ae9bebad1379cd9ea5ffa37fc4ad (patch) | |
tree | 7e9d63e63c8a38398cf25b9ee1c32db2272d6e9d /gnu/lib | |
parent | af9609604ef2876a0368694a33cfa2ea97b06adb (diff) | |
download | FreeBSD-src-1a72bf5044a6ae9bebad1379cd9ea5ffa37fc4ad.zip FreeBSD-src-1a72bf5044a6ae9bebad1379cd9ea5ffa37fc4ad.tar.gz |
Throw some unnecessary dreck out of this Makefile.
Diffstat (limited to 'gnu/lib')
-rw-r--r-- | gnu/lib/libdialog/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gnu/lib/libdialog/Makefile b/gnu/lib/libdialog/Makefile index d00c75f..a4e42da 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 \ |