summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1995-01-24 22:15:25 +0000
committerache <ache@FreeBSD.org>1995-01-24 22:15:25 +0000
commit7b8d03e909f38bd01fbdb82f4c32419a917f17b3 (patch)
treebf7378e89c9bda639430028a29ef30754f8e6357 /Makefile
parente5e62aa35ea8bb9a16c97c784a4a2b18f76b0bf2 (diff)
downloadFreeBSD-src-7b8d03e909f38bd01fbdb82f4c32419a917f17b3.zip
FreeBSD-src-7b8d03e909f38bd01fbdb82f4c32419a917f17b3.tar.gz
Add libforms to includes target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4e9a8a4..a8786cd 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.36 1995/01/20 20:28:31 wollman Exp $
+# $Id: Makefile,v 1.37 1995/01/21 23:01:19 wollman Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include and MOST of /usr/lib
@@ -224,6 +224,7 @@ includes:
cd ${.CURDIR}/lib/libtermcap && ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libcom_err && ${MAKE} beforeinstall
cd ${.CURDIR}/lib/libss && ${MAKE} beforeinstall
+ cd ${.CURDIR}/lib/libforms && ${MAKE} beforeinstall
lib-tools:
@echo "--------------------------------------------------------------"
OpenPOWER on IntegriCloud