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::