aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaul Traina <pst@FreeBSD.org>1994-09-29 21:20:12 +0000
committerPaul Traina <pst@FreeBSD.org>1994-09-29 21:20:12 +0000
commit9687bf0bd5052d27d31ba37a6b4edeb50361da19 (patch)
tree888fbe368c075d6317e0fba642d8e0846098b191 /Makefile
parent1ebe21479953f4f765447a5be4a8ddbd6a4b0c86 (diff)
downloadsrc-9687bf0bd5052d27d31ba37a6b4edeb50361da19.tar.gz
src-9687bf0bd5052d27d31ba37a6b4edeb50361da19.zip
make includes needs to do a beforeinstall in libskey
Notes
Notes: svn path=/head/; revision=3213
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 28f1259764e1..77f65c38fec5 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.21 1994/09/23 09:00:35 rgrimes Exp $
+# $Id: Makefile,v 1.22 1994/09/29 13:06:46 csgr Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include and MOST of /usr/lib
@@ -183,6 +183,7 @@ includes:
cd ${.CURDIR}/lib/libedit && ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libmd && ${MAKE} beforeinstall
cd ${.CURDIR}/lib/librpcsvc && ${MAKE} beforeinstall
+ cd ${.CURDIR}/lib/libskey && ${MAKE} beforeinstall
libraries:
@echo "--------------------------------------------------------------"