From 7eb536fde4326c274e89b9a734f164920115b3df Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Wed, 21 May 2014 21:35:57 +0200 Subject: [PATCH] s/NO_OBJ/NOOBJ/ in a few Makefiles. --- etc/devd/Makefile | 2 +- include/xlocale/Makefile | 2 +- share/doc/legal/realtek/Makefile | 2 +- share/examples/pf/Makefile | 3 +-- test/stress/stress2/testcases/Makefile.inc | 5 ++--- 5 files changed, 6 insertions(+), 8 deletions(-) diff --git a/etc/devd/Makefile b/etc/devd/Makefile index ed26dca3ea..f34c2c5951 100644 --- a/etc/devd/Makefile +++ b/etc/devd/Makefile @@ -6,7 +6,7 @@ FILES= uath.conf usb.conf FILES+= asus.conf .endif -NO_OBJ= +NOOBJ= FILESDIR= /etc/devd FILESMODE= 644 diff --git a/include/xlocale/Makefile b/include/xlocale/Makefile index 9bb157d87d..809164e8fd 100644 --- a/include/xlocale/Makefile +++ b/include/xlocale/Makefile @@ -1,6 +1,6 @@ # $FreeBSD: head/include/xlocale/Makefile 250883 2013-05-21 19:59:37Z ed $ -NO_OBJ= +NOOBJ= INCS= _ctype.h _inttypes.h _langinfo.h _locale.h _monetary.h _stdio.h \ _stdlib.h _string.h _strings.h _time.h _uchar.h _wchar.h INCSDIR=${INCLUDEDIR}/xlocale diff --git a/share/doc/legal/realtek/Makefile b/share/doc/legal/realtek/Makefile index 5f316e1764..a5994127f6 100644 --- a/share/doc/legal/realtek/Makefile +++ b/share/doc/legal/realtek/Makefile @@ -1,6 +1,6 @@ # $FreeBSD: src/share/doc/legal/realtek/Makefile,v 1.1 2013/07/11 00:28:44 svnexp Exp $ -NO_OBJ= +NOOBJ= FILES= ${.CURDIR}/../../../../sys/contrib/dev/urtwn/LICENSE FILESDIR= ${SHAREDIR}/doc/legal/realtek diff --git a/share/examples/pf/Makefile b/share/examples/pf/Makefile index 1dda287a93..dbc312aad3 100644 --- a/share/examples/pf/Makefile +++ b/share/examples/pf/Makefile @@ -1,7 +1,6 @@ # $FreeBSD: src/share/examples/pf/Makefile,v 1.3 2004/12/21 08:46:53 ru Exp $ -# $DragonFly: src/share/examples/pf/Makefile,v 1.1 2005/12/13 01:58:27 corecode Exp $ -NO_OBJ= +NOOBJ= FILES= faq-example1 faq-example2 faq-example3 \ ackpri queue1 queue2 queue3 queue4 \ diff --git a/test/stress/stress2/testcases/Makefile.inc b/test/stress/stress2/testcases/Makefile.inc index 200a353c5d..7006fa1330 100644 --- a/test/stress/stress2/testcases/Makefile.inc +++ b/test/stress/stress2/testcases/Makefile.inc @@ -1,8 +1,7 @@ # $FreeBSD$ -NO_MAN= -NO_OBJ= noobj +NOOBJ= LDADD+= -L../../lib -lstress -lutil DPADD+= ../../lib/libstress.a CFLAGS =-g -Wall -I../../include -I../include -NOMAN= sorry +NOMAN= -- 2.41.0