summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1994-10-11 23:33:00 +0000
committerache <ache@FreeBSD.org>1994-10-11 23:33:00 +0000
commitcb9fa8d97be42ebc865b44eb885a2da675535a5e (patch)
tree8c80f5207552825a72d9f3ccfcd413586867f83c /Makefile
parentc500015c14b43efa85ee7c9c9d2d690e35c5ec55 (diff)
downloadFreeBSD-src-cb9fa8d97be42ebc865b44eb885a2da675535a5e.zip
FreeBSD-src-cb9fa8d97be42ebc865b44eb885a2da675535a5e.tar.gz
Add libdialog to beforeinstall section
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9c489c2..1451b66 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.24 1994/09/30 16:08:47 paul Exp $
+# $Id: Makefile,v 1.25 1994/10/08 15:08:14 ache Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include and MOST of /usr/lib
@@ -172,6 +172,7 @@ includes:
cd ${.CURDIR}/include && ${MAKE} install
cd ${.CURDIR}/gnu/lib/libreadline && ${MAKE} beforeinstall
cd ${.CURDIR}/gnu/lib/libg++ && ${MAKE} beforeinstall
+ cd ${.CURDIR}/gnu/lib/libdialog && ${MAKE} beforeinstall
.if exists(kerberosIV) && !defined(NOCRYPT) && defined(MAKE_KERBEROS)
cd ${.CURDIR}/kerberosIV/include && ${MAKE} install
.endif
OpenPOWER on IntegriCloud