From c8569cefb7c97ce55b5947fa30e6c0c2045ac332 Mon Sep 17 00:00:00 2001 From: pk Date: Tue, 5 Oct 1993 21:54:30 +0000 Subject: [PATCH] Not worth the trouble to turn this into Position Independent Code. --- lib/liby/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/liby/Makefile b/lib/liby/Makefile index 64927e8bc40a..424e69b074d0 100644 --- a/lib/liby/Makefile +++ b/lib/liby/Makefile @@ -1,7 +1,8 @@ # from: @(#)Makefile 5.5 (Berkeley) 5/15/90 -# $Id: Makefile,v 1.2 1993/08/01 05:39:47 mycroft Exp $ +# $Id: Makefile,v 1.3 1993/10/05 21:54:30 pk Exp $ LIB= y SRCS= main.c yyerror.c +NOPIC= nopic .include