diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-10-28 00:04:27 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-10-28 00:04:27 +0000 |
commit | 0138cc04c9712e596af1e1986a9e4e2b7777183e (patch) | |
tree | 65152e8a6ccf7ff0662a59efeefe4ebccd9ba8f4 | |
parent | d6f987883e262363e2689803a36a7c32736476cc (diff) |
Do not need -DLIBC_SCCS anymore
-rw-r--r-- | lib/libcompat/Makefile | 3 | ||||
-rw-r--r-- | lib/libkvm/Makefile | 3 | ||||
-rw-r--r-- | lib/libutil/Makefile | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/lib/libcompat/Makefile b/lib/libcompat/Makefile index d3a14964fdb..78f825dbff5 100644 --- a/lib/libcompat/Makefile +++ b/lib/libcompat/Makefile @@ -1,9 +1,8 @@ -# $OpenBSD: Makefile,v 1.12 2005/11/24 20:49:16 deraadt Exp $ +# $OpenBSD: Makefile,v 1.13 2009/10/28 00:04:26 deraadt Exp $ # $NetBSD: Makefile,v 1.15 1995/09/07 07:17:53 jtc Exp $ LIB= compat WANTLINT= -CFLAGS+=-DLIBC_SCCS -DSYSLIBC_SCCS AINC= -I${.CURDIR}/../libc/arch/${MACHINE_ARCH} .if defined(DESTDIR) AINC+= -nostdinc -idirafter ${DESTDIR}/usr/include diff --git a/lib/libkvm/Makefile b/lib/libkvm/Makefile index 620ba477483..38eb39133b2 100644 --- a/lib/libkvm/Makefile +++ b/lib/libkvm/Makefile @@ -1,10 +1,9 @@ -# $OpenBSD: Makefile,v 1.11 2009/06/24 13:04:24 millert Exp $ +# $OpenBSD: Makefile,v 1.12 2009/10/28 00:04:26 deraadt Exp $ # $NetBSD: Makefile,v 1.11 1996/03/18 22:33:07 thorpej Exp $ # from: @(#)Makefile 8.1 (Berkeley) 6/4/93 LIB= kvm WANTLINT= -CFLAGS+=-DLIBC_SCCS # Try most specific name first. .if exists(kvm_${MACHINE}.c) diff --git a/lib/libutil/Makefile b/lib/libutil/Makefile index 3e546decae0..ebb7f5c3f07 100644 --- a/lib/libutil/Makefile +++ b/lib/libutil/Makefile @@ -1,9 +1,8 @@ -# $OpenBSD: Makefile,v 1.29 2005/11/24 20:49:23 deraadt Exp $ +# $OpenBSD: Makefile,v 1.30 2009/10/28 00:04:26 deraadt Exp $ # $NetBSD: Makefile,v 1.8 1996/05/16 07:03:28 thorpej Exp $ LIB= util WANTLINT= -CFLAGS+=-DLIBC_SCCS HDRS= util.h SRCS= check_expire.c getmaxpartitions.c getrawpartition.c login.c \ |