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 /lib/libcompat | |
parent | d6f987883e262363e2689803a36a7c32736476cc (diff) |
Do not need -DLIBC_SCCS anymore
Diffstat (limited to 'lib/libcompat')
-rw-r--r-- | lib/libcompat/Makefile | 3 |
1 files changed, 1 insertions, 2 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 |