diff options
| author | Steve Price <steve@FreeBSD.org> | 1996-10-06 13:02:43 +0000 |
|---|---|---|
| committer | Steve Price <steve@FreeBSD.org> | 1996-10-06 13:02:43 +0000 |
| commit | 8b69153a4dc6017a9d858ea33b11f37c2137cedc (patch) | |
| tree | 32f866fa580f2431d5ef9d26d6471a14ddf3e708 /usr.bin/make | |
| parent | 73965d2d5a220ae7825cfcd0e0b34f5522609d9b (diff) | |
Notes
Diffstat (limited to 'usr.bin/make')
| -rw-r--r-- | usr.bin/make/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.bin/make/Makefile b/usr.bin/make/Makefile index d1953acad53a..f9d830257308 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.6 1996/10/06 02:33:53 steve Exp $ +# $Id: Makefile,v 1.7 1996/10/06 12:43:14 jkh Exp $ PROG= make CFLAGS+= -I${.CURDIR} @@ -12,8 +12,4 @@ 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 (all) || make(install) -SUBDIR+= PSD.doc -.endif - .include <bsd.prog.mk> |
