Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin minor makefile delint
details: https://anonhg.NetBSD.org/src/rev/eb5b8fd44f0e
branches: trunk
changeset: 536550:eb5b8fd44f0e
user: lukem <lukem%NetBSD.org@localhost>
date: Wed Sep 18 13:31:52 2002 +0000
description:
minor makefile delint
diffstat:
usr.sbin/altq/libaltq/Makefile | 10 +++++-----
usr.sbin/bootp/bootpgw/Makefile | 5 +++--
usr.sbin/bootp/common/Makefile | 10 +++++-----
usr.sbin/dhcp/clientscript/Makefile | 6 +++---
usr.sbin/dhcp/common/Makefile | 12 ++++++------
usr.sbin/dhcp/dhcpctl/Makefile | 8 ++++----
usr.sbin/dhcp/dst/Makefile | 10 +++++-----
usr.sbin/dhcp/minires/Makefile | 10 +++++-----
usr.sbin/dhcp/omapip/Makefile | 10 +++++-----
usr.sbin/lpr/common_source/Makefile | 8 ++++----
usr.sbin/lpr/filters/Makefile | 5 +++--
usr.sbin/mopd/common/Makefile | 10 +++++-----
usr.sbin/ntp/libntp/Makefile | 12 ++++++------
usr.sbin/ntp/libparse/Makefile | 12 ++++++------
usr.sbin/ntp/ntptimeset/Makefile | 5 +++--
usr.sbin/pkg_install/lib/Makefile | 10 +++++-----
usr.sbin/pppd/plugins/minconn/Makefile | 10 ++++++----
usr.sbin/racoon/conf/Makefile | 6 +++---
usr.sbin/rpc.pcnfsd/Makefile.clnt | 5 +++--
usr.sbin/sup/lib/Makefile | 10 +++++-----
usr.sbin/sup/supscan/Makefile | 5 +++--
usr.sbin/ypserv/common/Makefile | 8 ++++----
22 files changed, 97 insertions(+), 90 deletions(-)
diffs (truncated from 458 to 300 lines):
diff -r 17d02a8c9dda -r eb5b8fd44f0e usr.sbin/altq/libaltq/Makefile
--- a/usr.sbin/altq/libaltq/Makefile Wed Sep 18 11:56:28 2002 +0000
+++ b/usr.sbin/altq/libaltq/Makefile Wed Sep 18 13:31:52 2002 +0000
@@ -1,4 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2002/03/05 04:11:53 itojun Exp $
+# $NetBSD: Makefile,v 1.5 2002/09/18 13:31:52 lukem Exp $
+
+NOLINT= # defined
+NOPIC= # defined
+NOPROFILE= # defined
#WARNS= 2
@@ -9,10 +13,6 @@
CPPFLAGS+= -DALTQ -DINET6
-NOLINT= # defined
-NOPIC= # defined
-NOPROFILE= # defined
-
# only needed during build
libinstall::
diff -r 17d02a8c9dda -r eb5b8fd44f0e usr.sbin/bootp/bootpgw/Makefile
--- a/usr.sbin/bootp/bootpgw/Makefile Wed Sep 18 11:56:28 2002 +0000
+++ b/usr.sbin/bootp/bootpgw/Makefile Wed Sep 18 13:31:52 2002 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2001/12/12 01:48:49 tv Exp $
+# $NetBSD: Makefile,v 1.4 2002/09/18 13:31:52 lukem Exp $
+
+NOMAN= # defined
PROG= bootpgw
-NOMAN= # defined
.include <bsd.prog.mk>
diff -r 17d02a8c9dda -r eb5b8fd44f0e usr.sbin/bootp/common/Makefile
--- a/usr.sbin/bootp/common/Makefile Wed Sep 18 11:56:28 2002 +0000
+++ b/usr.sbin/bootp/common/Makefile Wed Sep 18 13:31:52 2002 +0000
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.4 2001/12/12 01:48:49 tv Exp $
+# $NetBSD: Makefile,v 1.5 2002/09/18 13:31:52 lukem Exp $
+
+NOLINT= # defined
+NOPIC= # defined
+NOPROFILE= # defined
LIB= common
SRCS= dovend.c dumptab.c getif.c hash.c hwaddr.c lookup.c readfile.c \
report.c tzone.c
CPPFLAGS+= -DETC_ETHERS -DSYSLOG -DDEBUG
-NOLINT= # defined
-NOPIC= # defined
-NOPROFILE= # defined
-
# only needed during build
libinstall::
diff -r 17d02a8c9dda -r eb5b8fd44f0e usr.sbin/dhcp/clientscript/Makefile
--- a/usr.sbin/dhcp/clientscript/Makefile Wed Sep 18 11:56:28 2002 +0000
+++ b/usr.sbin/dhcp/clientscript/Makefile Wed Sep 18 13:31:52 2002 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2001/12/12 01:48:49 tv Exp $
+# $NetBSD: Makefile,v 1.4 2002/09/18 13:31:53 lukem Exp $
+
+NOOBJ= # defined
SCRIPTS=dhclient-script
SCRIPTSDIR=/sbin
-NOOBJ=
-# defined
.include <bsd.prog.mk>
diff -r 17d02a8c9dda -r eb5b8fd44f0e usr.sbin/dhcp/common/Makefile
--- a/usr.sbin/dhcp/common/Makefile Wed Sep 18 11:56:28 2002 +0000
+++ b/usr.sbin/dhcp/common/Makefile Wed Sep 18 13:31:52 2002 +0000
@@ -1,18 +1,18 @@
-# $NetBSD: Makefile,v 1.20 2001/12/12 01:48:49 tv Exp $
+# $NetBSD: Makefile,v 1.21 2002/09/18 13:31:53 lukem Exp $
-MAN = dhcp-options.5 dhcp-eval.5
+NOLINT= # defined
+NOPIC= # defined
+NOPROFILE=# defined
+
LIB = dhcp
SRCS = raw.c parse.c nit.c icmp.c dispatch.c conflex.c upf.c bpf.c socket.c \
lpf.c dlpi.c packet.c tr.c ethernet.c memory.c print.c options.c \
inet.c tree.c tables.c alloc.c fddi.c ctrace.c \
dns.c resolv.c execute.c discover.c comapi.c
+MAN = dhcp-options.5 dhcp-eval.5
DHCPSRCDIR= common
-NOLINT= # defined
-NOPIC= # defined
-NOPROFILE=# defined
-
# only needed during build
libinstall::
diff -r 17d02a8c9dda -r eb5b8fd44f0e usr.sbin/dhcp/dhcpctl/Makefile
--- a/usr.sbin/dhcp/dhcpctl/Makefile Wed Sep 18 11:56:28 2002 +0000
+++ b/usr.sbin/dhcp/dhcpctl/Makefile Wed Sep 18 13:31:52 2002 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.3 2001/12/12 01:48:50 tv Exp $
-
-LIB = dhcpctl
-SRCS = dhcpctl.c callback.c remote.c
+# $NetBSD: Makefile,v 1.4 2002/09/18 13:31:53 lukem Exp $
NOLINT= # defined
NOPIC= # defined
NOPROFILE=# defined
+LIB = dhcpctl
+SRCS = dhcpctl.c callback.c remote.c
+
DHCPSRCDIR= dhcpctl
# only needed during build
diff -r 17d02a8c9dda -r eb5b8fd44f0e usr.sbin/dhcp/dst/Makefile
--- a/usr.sbin/dhcp/dst/Makefile Wed Sep 18 11:56:28 2002 +0000
+++ b/usr.sbin/dhcp/dst/Makefile Wed Sep 18 13:31:52 2002 +0000
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.5 2001/12/12 01:48:50 tv Exp $
+# $NetBSD: Makefile,v 1.6 2002/09/18 13:31:53 lukem Exp $
+
+NOLINT= # defined
+NOPIC= # defined
+NOPROFILE=# defined
LIB = dst
SRCS = dst_support.c dst_api.c hmac_link.c md5_dgst.c base64.c prandom.c
DHCPSRCDIR= dst
-NOLINT= # defined
-NOPIC= # defined
-NOPROFILE=# defined
-
CFLAGS += -DMINIRES_LIB -DHMAC_MD5
# only needed during build
diff -r 17d02a8c9dda -r eb5b8fd44f0e usr.sbin/dhcp/minires/Makefile
--- a/usr.sbin/dhcp/minires/Makefile Wed Sep 18 11:56:28 2002 +0000
+++ b/usr.sbin/dhcp/minires/Makefile Wed Sep 18 13:31:52 2002 +0000
@@ -1,4 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2001/12/12 01:48:50 tv Exp $
+# $NetBSD: Makefile,v 1.7 2002/09/18 13:31:53 lukem Exp $
+
+NOLINT= # defined
+NOPIC= # defined
+NOPROFILE=# defined
LIB = minires
SRCS = res_mkupdate.c res_init.c res_update.c res_send.c res_comp.c \
@@ -8,10 +12,6 @@
DHCPSRCDIR= minires
-NOLINT= # defined
-NOPIC= # defined
-NOPROFILE=# defined
-
CFLAGS += -DMINIRES_LIB
# only needed during build
diff -r 17d02a8c9dda -r eb5b8fd44f0e usr.sbin/dhcp/omapip/Makefile
--- a/usr.sbin/dhcp/omapip/Makefile Wed Sep 18 11:56:28 2002 +0000
+++ b/usr.sbin/dhcp/omapip/Makefile Wed Sep 18 13:31:52 2002 +0000
@@ -1,4 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2001/12/12 01:48:50 tv Exp $
+# $NetBSD: Makefile,v 1.7 2002/09/18 13:31:54 lukem Exp $
+
+NOLINT= # defined
+NOPIC= # defined
+NOPROFILE=# defined
LIB = omapi
SRCS = protocol.c buffer.c alloc.c result.c connection.c errwarn.c \
@@ -8,10 +12,6 @@
DHCPSRCDIR= omapip
-NOLINT= # defined
-NOPIC= # defined
-NOPROFILE=# defined
-
# only needed during build
libinstall::
diff -r 17d02a8c9dda -r eb5b8fd44f0e usr.sbin/lpr/common_source/Makefile
--- a/usr.sbin/lpr/common_source/Makefile Wed Sep 18 11:56:28 2002 +0000
+++ b/usr.sbin/lpr/common_source/Makefile Wed Sep 18 13:31:52 2002 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.7 2001/12/12 01:48:52 tv Exp $
-
-LIB= common
-SRCS= common.c common_vars.c displayq.c fatal.c rmjob.c startdaemon.c
+# $NetBSD: Makefile,v 1.8 2002/09/18 13:31:54 lukem Exp $
NOLINT= # defined
NOPIC= # defined
NOPROFILE= # defined
+LIB= common
+SRCS= common.c common_vars.c displayq.c fatal.c rmjob.c startdaemon.c
+
# only needed during build
libinstall::
diff -r 17d02a8c9dda -r eb5b8fd44f0e usr.sbin/lpr/filters/Makefile
--- a/usr.sbin/lpr/filters/Makefile Wed Sep 18 11:56:28 2002 +0000
+++ b/usr.sbin/lpr/filters/Makefile Wed Sep 18 13:31:52 2002 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.6 2001/12/12 01:48:52 tv Exp $
+# $NetBSD: Makefile,v 1.7 2002/09/18 13:31:54 lukem Exp $
# @(#)Makefile 8.1 (Berkeley) 6/6/93
+NOMAN= # defined
+
PROG= lpf
-NOMAN= # defined
BINDIR= /usr/libexec/lpr
.include <bsd.prog.mk>
diff -r 17d02a8c9dda -r eb5b8fd44f0e usr.sbin/mopd/common/Makefile
--- a/usr.sbin/mopd/common/Makefile Wed Sep 18 11:56:28 2002 +0000
+++ b/usr.sbin/mopd/common/Makefile Wed Sep 18 13:31:52 2002 +0000
@@ -1,4 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2001/12/12 01:48:52 tv Exp $
+# $NetBSD: Makefile,v 1.5 2002/09/18 13:31:54 lukem Exp $
+
+NOLINT= # defined
+NOPIC= # defined
+NOPROFILE= # defined
LIB= common
SRCS= cmp.c device.c dl.c file.c get.c loop-bsd.c mopdef.c nma.c pf.c \
@@ -9,10 +13,6 @@
rm -f version.c; \
sed 's/.*/char version[] = "&";/' ${.ALLSRC} > version.c
-NOLINT= # defined
-NOPIC= # defined
-NOPROFILE= # defined
-
# only needed during build
libinstall::
diff -r 17d02a8c9dda -r eb5b8fd44f0e usr.sbin/ntp/libntp/Makefile
--- a/usr.sbin/ntp/libntp/Makefile Wed Sep 18 11:56:28 2002 +0000
+++ b/usr.sbin/ntp/libntp/Makefile Wed Sep 18 13:31:52 2002 +0000
@@ -1,4 +1,9 @@
-# $NetBSD: Makefile,v 1.3 2001/12/12 01:48:54 tv Exp $
+# $NetBSD: Makefile,v 1.4 2002/09/18 13:31:54 lukem Exp $
+
+NOLINKLIB=# defined
+NOMAN= # defined
+NOPIC= # defined
+NOLINT= # defined
LIB= ntp
SRCS= a_md5encrypt.c adjtime.c atoint.c atolfp.c atouint.c \
@@ -15,9 +20,4 @@
icom.c audio.c
NTPSRCDIR=lib${LIB}
-NOLINKLIB=# defined
-NOMAN= # defined
-NOPIC= # defined
-NOLINT= # defined
-
.include <bsd.lib.mk>
diff -r 17d02a8c9dda -r eb5b8fd44f0e usr.sbin/ntp/libparse/Makefile
--- a/usr.sbin/ntp/libparse/Makefile Wed Sep 18 11:56:28 2002 +0000
+++ b/usr.sbin/ntp/libparse/Makefile Wed Sep 18 13:31:52 2002 +0000
@@ -1,4 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2001/12/12 01:48:54 tv Exp $
+# $NetBSD: Makefile,v 1.3 2002/09/18 13:31:55 lukem Exp $
+
+NOLINKLIB=# defined
+NOMAN= # defined
+NOPIC= # defined
+NOLINT= # defined
LIB= parse
SRCS= parse.c parse_conf.c clk_meinberg.c clk_schmid.c clk_rawdcf.c \
@@ -7,9 +12,4 @@
data_mbg.c info_trimble.c trim_info.c
NTPSRCDIR=lib${LIB}
-NOLINKLIB=# defined
-NOMAN= # defined
-NOPIC= # defined
-NOLINT= # defined
-
Home |
Main Index |
Thread Index |
Old Index