summaryrefslogtreecommitdiff
path: root/usr.bin/make
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1996-10-06 12:43:14 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1996-10-06 12:43:14 +0000
commit09502a0eb98b9d4aad1740c1a897e1b098191ebe (patch)
tree0064f431835c87ed8bbc5088776358a269d4ab62 /usr.bin/make
parent3981cef30d64e3bc3eba779d80fa84be92de69a2 (diff)
Notes
Diffstat (limited to 'usr.bin/make')
-rw-r--r--usr.bin/make/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/make/Makefile b/usr.bin/make/Makefile
index df3b43f5510c..d1953acad53a 100644
--- a/usr.bin/make/Makefile
+++ b/usr.bin/make/Makefile
@@ -1,5 +1,5 @@
# @(#)Makefile 5.2 (Berkeley) 12/28/90
-# $Id: Makefile,v 1.5 1995/09/22 14:14:28 phk Exp $
+# $Id: Makefile,v 1.6 1996/10/06 02:33:53 steve Exp $
PROG= make
CFLAGS+= -I${.CURDIR}
@@ -12,7 +12,7 @@ SRCS+= lstAppend.c lstAtEnd.c lstAtFront.c lstClose.c lstConcat.c \
lstMember.c lstNext.c lstOpen.c lstRemove.c lstReplace.c lstSucc.c
.PATH: ${.CURDIR}/lst.lib
-.if make(install)
+.if make (all) || make(install)
SUBDIR+= PSD.doc
.endif