aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1996-10-06 02:17:43 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1996-10-06 02:17:43 +0000
commit81beb58a1ae55112cf28eb7227f5ca2940d84271 (patch)
treeed4b33cbafcf4a1c99004f1877ee8b2b4909e3c4 /Makefile
parent5a3df2165afbeff79ffd3033bc10a3bf81d5c4e8 (diff)
Notes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ecb34dfdd67b..a5ecf0c9ca3d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.104 1996/10/04 08:48:27 peter Exp $
+# $Id: Makefile,v 1.105 1996/10/05 18:36:38 ache Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include
@@ -520,6 +520,8 @@ build-tools:
${MAKE} ${MK_FLAGS} all install ${CLEANDIR} ${OBJDIR}
cd ${.CURDIR}/usr.sbin/zic && ${MAKE} depend && \
${MAKE} ${MK_FLAGS} all install ${CLEANDIR} ${OBJDIR}
+ cd ${.CURDIR}/gnu/usr.bin/awk && ${MAKE} depend && \
+ ${MAKE} ${MK_FLAGS} all install ${CLEANDIR} ${OBJDIR}
cd ${.CURDIR}/gnu/usr.bin/groff && ${MAKE} depend && \
${MAKE} ${MK_FLAGS} all install ${CLEANDIR} ${OBJDIR}