Make proper use of ${suffix} instead of hardwired suffixes.

Pointed out by:	Randal Masutani <randal@comtest.com>
This commit is contained in:
abial 1998-09-29 12:12:47 +00:00
parent 1fdadcd62f
commit d0e92ecb14
4 changed files with 8 additions and 8 deletions

View File

@ -1,10 +1,10 @@
# $Id$
# $Id: Makefile,v 1.1 1998/09/03 10:41:20 abial Exp $
#
SRC?=/usr/src
CONF?=$(SRC)/sys/i386/conf
CONFFILE=PICOBSD-D.${SIZE}
CONFFILE=PICOBSD${suffix}.${SIZE}
COMPILE=$(SRC)/sys/compile/$(CONFFILE)
KERNFILE=$(COMPILE)/kernel

View File

@ -1,10 +1,10 @@
# $Id$
# $Id: Makefile,v 1.1 1998/09/03 10:41:25 abial Exp $
#
SRC?=/usr/src
CONF?=$(SRC)/sys/i386/conf
CONFFILE=PICOBSD-I.${SIZE}
CONFFILE=PICOBSD${suffix}.${SIZE}
COMPILE=$(SRC)/sys/compile/$(CONFFILE)
KERNFILE=$(COMPILE)/kernel

View File

@ -1,10 +1,10 @@
# $Id$
# $Id: Makefile,v 1.1 1998/09/03 10:41:29 abial Exp $
#
SRC?=/usr/src
CONF?=$(SRC)/sys/i386/conf
CONFFILE=PICOBSD-N.${SIZE}
CONFFILE=PICOBSD${suffix}.${SIZE}
COMPILE=$(SRC)/sys/compile/$(CONFFILE)
KERNFILE=$(COMPILE)/kernel

View File

@ -1,10 +1,10 @@
# $Id$
# $Id: Makefile,v 1.1 1998/09/03 10:41:36 abial Exp $
#
SRC?=/usr/src
CONF?=$(SRC)/sys/i386/conf
CONFFILE=PICOBSD-R.${SIZE}
CONFFILE=PICOBSD${suffix}.${SIZE}
COMPILE=$(SRC)/sys/compile/$(CONFFILE)
KERNFILE=$(COMPILE)/kernel