diff options
author | Jeremy Katz <katzj@redhat.com> | 2002-04-19 04:00:56 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2002-04-19 04:00:56 +0000 |
commit | 4901a0b241117f04d682973053ae98d4839dc5c9 (patch) | |
tree | 074202b72db416d5bf7c99e547865e2f6edd25ff /Makefile.inc | |
parent | a8fa8bebd84c13bc3723bb15a3efbc0a37dd4973 (diff) | |
download | anaconda-4901a0b241117f04d682973053ae98d4839dc5c9.tar.gz anaconda-4901a0b241117f04d682973053ae98d4839dc5c9.tar.xz anaconda-4901a0b241117f04d682973053ae98d4839dc5c9.zip |
get the easy bits of the merge first.... hampton loader and isys directories
should be fine since I had originally just copied them into hampton from head :)
Diffstat (limited to 'Makefile.inc')
-rw-r--r-- | Makefile.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.inc b/Makefile.inc index d236fb8d2..3489a8268 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -16,3 +16,7 @@ ARCH := $(patsubst sparc%,sparc,$(ARCH)) # JAPANESE=1 +# define product name to be imported into the loader and anywhere else +# that needs the proper name of the product +PRODUCTNAME="Red Hat Linux" + |