From e5a6508d61f08a95329b1298e5958e40125c7289 Mon Sep 17 00:00:00 2001 From: lukem Date: Sat, 13 Feb 1999 02:54:17 +0000 Subject: [PATCH] convert from NOxxx= to MKxxx=no. include if testing a MKxxx variable. --- common/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/common/Makefile b/common/Makefile index 113c521..84cf920 100644 --- a/common/Makefile +++ b/common/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 1997/10/16 07:36:27 lukem Exp $ +# $NetBSD: Makefile,v 1.2 1999/02/13 02:55:00 lukem Exp $ LIB= common SRCS= cmp.c device.c dl.c file.c get.c loop-bsd.c mopdef.c nma.c pf.c \ @@ -9,8 +9,8 @@ version.c: VERSION rm -f version.c; \ sed 's/.*/char version[] = "&";/' ${.ALLSRC} > version.c -NOPROFILE= noprofile -NOPIC= nopic +MKPROFILE= no +MKPIC= no # only needed during build libinstall::