From 0ed60a2fe1c41b8dee519e74a8cc134786b94115 Mon Sep 17 00:00:00 2001 From: gdr-ftp Date: Wed, 22 Apr 1998 05:09:55 +0000 Subject: [PATCH] mkso/Makefile, renram5/Makefile: make these programs use the new chapter 8 generalization for the 'release' target --- sbin/mkso/Makefile | 3 ++- sbin/renram5/Makefile | 21 +++++---------------- 2 files changed, 7 insertions(+), 17 deletions(-) diff --git a/sbin/mkso/Makefile b/sbin/mkso/Makefile index a96c163..774a0b3 100644 --- a/sbin/mkso/Makefile +++ b/sbin/mkso/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.1 1997/12/21 22:39:13 gdr Exp $ +# $Id: Makefile,v 1.2 1998/04/22 05:09:52 gdr-ftp Exp $ # # Devin Reade, 1997 # @@ -11,5 +11,6 @@ PROG = mkso CFLAGS += # -D__STACK_CHECK__ STACK = 1024 BINDIR = /sbin +CHAPTER = 8 .INCLUDE: /src/gno/prog.mk diff --git a/sbin/renram5/Makefile b/sbin/renram5/Makefile index 7945162..a3d6c8d 100644 --- a/sbin/renram5/Makefile +++ b/sbin/renram5/Makefile @@ -1,21 +1,10 @@ # -# $Id: Makefile,v 1.2 1998/03/31 03:29:04 gdr-ftp Exp $ +# $Id: Makefile,v 1.3 1998/04/22 05:09:55 gdr-ftp Exp $ # -PROG = renram5 -STACK = 768 -BINDIR = /sbin -CUSTOM_RELEASE = true +PROG = renram5 +STACK = 768 +BINDIR = /sbin +CHAPTER = 8 .INCLUDE: /src/gno/prog.mk - -release: $(OBJ_DIR)$(PROG) $(PROG).8 $(DESC) - $(INSTALL) -d $(RELBIN) $(RELMAN)/man8 $(DESC_DIR) - $(INSTALL) $(OBJ_DIR)$(PROG) $(RELBIN) - $(INSTALL) $(PROG).8 $(RELMAN)/man8 - $(DESCU) -o $(DESC_SRC) $(DESC_SRC) $(DESC) - -install: $(OBJ_DIR)$(PROG) $(PROG).8 - $(INSTALL) -d $(BINDIR) $(MANDIR)/man8 - $(INSTALL) $(OBJ_DIR)$(PROG) $(BINDIR) - $(INSTALL) $(PROG).8 $(MANDIR)/man8