diff --git a/common/Makefile b/common/Makefile index 84cf920..2a47569 100644 --- a/common/Makefile +++ b/common/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1999/02/13 02:55:00 lukem Exp $ +# $NetBSD: Makefile,v 1.3 1999/03/13 23:22:28 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,9 @@ version.c: VERSION rm -f version.c; \ sed 's/.*/char version[] = "&";/' ${.ALLSRC} > version.c -MKPROFILE= no +MKLINT= no MKPIC= no +MKPROFILE= no # only needed during build libinstall::