diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-08-11 17:21:20 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-08-11 17:21:20 +0000 |
| commit | 8a80fd427c3de9cbb1afeed918ae29d4d3184777 (patch) | |
| tree | 7e9d63e63c8a38398cf25b9ee1c32db2272d6e9d | |
| parent | 6e0d255e4b79247fad7259ed6b6792969afca600 (diff) | |
Notes
| -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 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 \ |
