Make use of NOSTATICLIB addition to <bsd.lib.mk>

This commit is contained in:
tv 1998-04-09 00:52:06 +00:00
parent 854cea27cc
commit 99a2626b0e
2 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.7 1998/04/09 00:32:33 tv Exp $
# $NetBSD: Makefile,v 1.8 1998/04/09 00:52:06 tv Exp $
.include "../Makefile.inc"
@ -7,6 +7,7 @@ LIB= cc1
NOLINT=
NOMAN=
NOPROFILE=
NOSTATICLIB=
CPICFLAGS=-fPIC -DPIC
YHEADER=1

View File

@ -1,10 +1,12 @@
# $NetBSD: Makefile,v 1.6 1998/04/07 16:36:02 tv Exp $
# $NetBSD: Makefile,v 1.7 1998/04/09 00:52:06 tv Exp $
LIB= amu
SRCS= mtabutil.c tranputil.c umount_fs.c xutil.c xdr_func.c wire.c \
util.c nfs_prot_xdr.c mtab.c mount_fs.c misc_rpc.c hasmntopt.c config_local.h
NOLINT=
NOPROFILE=
NOSTATICLIB=
config_local.h: mkconf
@rm -f ${.TARGET}