diff options
| author | chs <chs@NetBSD.org> | 1999-02-24 16:22:42 +0000 |
|---|---|---|
| committer | chs <chs@NetBSD.org> | 1999-02-24 16:22:42 +0000 |
| commit | 5a0258140ecdfa3d56ca80f4f55c403adbb5d1b2 (patch) | |
| tree | 228a98c073db3e0c0c89c42323b34be8bef52faa /sys/lib | |
| parent | 31ef6fbb8d6e68b5c028d293997ad0e5d5d7c19b (diff) | |
no need to add ${OBJS} to POBJS here, bsd.lib.mk does it automatically.
Diffstat (limited to 'sys/lib')
| -rw-r--r-- | sys/lib/libkern/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/lib/libkern/Makefile b/sys/lib/libkern/Makefile index 20242013576..7c2d1237784 100644 --- a/sys/lib/libkern/Makefile +++ b/sys/lib/libkern/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 1999/02/13 02:54:51 lukem Exp $ +# $NetBSD: Makefile,v 1.48 1999/02/24 16:22:42 chs Exp $ LIB= kern MKPIC= no @@ -55,7 +55,7 @@ SRCS+= strchr.c SRCS+= strrchr.c .endif -POBJS+= ${OBJS:.o=.po} mcount.po +POBJS+= mcount.po # only needed during build libinstall:: |
