diff options
| -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> |
