mirror of
https://github.com/dreamlayers/netbsd-mopd.git
synced 2026-01-13 15:18:04 +00:00
Use MKPRIVATELIB=yes instead of providing an empty libinstall:: target and
setting NOLINT, NOPIC, NOPROFILE (etc)
This commit is contained in:
parent
729be59562
commit
d1330fc30d
@ -1,8 +1,6 @@
|
||||
# $NetBSD: Makefile,v 1.8 2003/10/21 10:01:22 lukem Exp $
|
||||
# $NetBSD: Makefile,v 1.9 2004/05/23 02:24:52 lukem Exp $
|
||||
|
||||
NOLINT= # defined
|
||||
NOPIC= # defined
|
||||
NOPROFILE= # defined
|
||||
MKPRIVATELIB= yes
|
||||
|
||||
LIB= common
|
||||
SRCS= cmp.c device.c dl.c file.c get.c log.c loop-bsd.c mopdef.c nma.c pf.c \
|
||||
@ -14,7 +12,4 @@ version.c: VERSION
|
||||
rm -f version.c; \
|
||||
sed 's/.*/char version[] = "&";/' ${.ALLSRC} > version.c
|
||||
|
||||
# only needed during build
|
||||
libinstall::
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user