From 650e6506dce56125d219d2ee1fc11ca5e886e831 Mon Sep 17 00:00:00 2001 From: tsutsui Date: Wed, 21 Mar 2001 11:02:24 +0000 Subject: [PATCH] Remove "NOxxx= yes" lines since "MKxxx= no" is enough. --- sys/arch/sun3/stand/bootxx/Makefile | 3 +-- sys/arch/sun3/stand/libsa/Makefile | 5 +---- sys/arch/sun3/stand/netboot/Makefile | 3 +-- sys/arch/sun3/stand/tapeboot/Makefile | 3 +-- sys/arch/sun3/stand/ufsboot/Makefile | 3 +-- 5 files changed, 5 insertions(+), 12 deletions(-) diff --git a/sys/arch/sun3/stand/bootxx/Makefile b/sys/arch/sun3/stand/bootxx/Makefile index 953695ce367f..198a661c55d0 100644 --- a/sys/arch/sun3/stand/bootxx/Makefile +++ b/sys/arch/sun3/stand/bootxx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2001/02/13 03:08:54 jmc Exp $ +# $NetBSD: Makefile,v 1.9 2001/03/21 11:02:24 tsutsui Exp $ SA_PROG= bootxx SRCS= bootxx.c conf.c @@ -10,7 +10,6 @@ proginstall: ${SA_PROG} PROG= ${SA_PROG} MKMAN= no -NOMAN= yes .include diff --git a/sys/arch/sun3/stand/libsa/Makefile b/sys/arch/sun3/stand/libsa/Makefile index a0a4e37a4cc7..afd7ff833362 100644 --- a/sys/arch/sun3/stand/libsa/Makefile +++ b/sys/arch/sun3/stand/libsa/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2001/02/26 01:42:51 chs Exp $ +# $NetBSD: Makefile,v 1.28 2001/03/21 11:02:24 tsutsui Exp $ LIB=sa @@ -12,9 +12,6 @@ LOBJS=SRT0.o SRT1.o MKLINT=no MKPIC=no MKPROFILE=no -NOPROFILE= -NOPIC= -NOLINT= # Logically src/sys S=${.CURDIR}/../../../.. diff --git a/sys/arch/sun3/stand/netboot/Makefile b/sys/arch/sun3/stand/netboot/Makefile index d9a8f13017f7..ec66393759f7 100644 --- a/sys/arch/sun3/stand/netboot/Makefile +++ b/sys/arch/sun3/stand/netboot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2001/02/22 07:11:11 chs Exp $ +# $NetBSD: Makefile,v 1.14 2001/03/21 11:02:24 tsutsui Exp $ SA_PROG= netboot @@ -10,7 +10,6 @@ SRCS+= dev_net.c bootparam.c globals.c nfs.c rpc.c udp.c PROG= ${SA_PROG} MKMAN= no -NOMAN= yes .include diff --git a/sys/arch/sun3/stand/tapeboot/Makefile b/sys/arch/sun3/stand/tapeboot/Makefile index 70b9574d0556..ce43950d94d0 100644 --- a/sys/arch/sun3/stand/tapeboot/Makefile +++ b/sys/arch/sun3/stand/tapeboot/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.6 2001/02/22 07:11:11 chs Exp $ +# $NetBSD: Makefile,v 1.7 2001/03/21 11:02:24 tsutsui Exp $ SA_PROG= tapeboot SRCS= boot.c conf.c rawfs.c dev_tape.c PROG= ${SA_PROG} MKMAN= no -NOMAN= yes .include diff --git a/sys/arch/sun3/stand/ufsboot/Makefile b/sys/arch/sun3/stand/ufsboot/Makefile index 3d3127f368c9..ce2302723dd5 100644 --- a/sys/arch/sun3/stand/ufsboot/Makefile +++ b/sys/arch/sun3/stand/ufsboot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2001/02/22 07:11:11 chs Exp $ +# $NetBSD: Makefile,v 1.10 2001/03/21 11:02:24 tsutsui Exp $ SA_PROG= ufsboot @@ -10,7 +10,6 @@ SRCS+= ufs.c PROG= ${SA_PROG} MKMAN= no -NOMAN= yes .include .PATH: ${S}/lib/libsa