diff options
author | dawes <dawes> | 1998-12-20 11:56:08 +0000 |
---|---|---|
committer | dawes <dawes> | 1998-12-20 11:56:08 +0000 |
commit | 75f6aafca1216131996effe6744dfdfc9869015b (patch) | |
tree | f8ceb6236eff2c2f05f71675dda853b437ad2a8f /programs/rgb | |
parent | b020c030f0a295e6b9f5e7e272d1f7c87d60f946 (diff) |
initial 3.9Nr patches
Diffstat (limited to 'programs/rgb')
-rw-r--r-- | programs/rgb/Imakefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/programs/rgb/Imakefile b/programs/rgb/Imakefile index 3f9f5a6ef..49bc453f1 100644 --- a/programs/rgb/Imakefile +++ b/programs/rgb/Imakefile @@ -1,5 +1,5 @@ XCOMM $XConsortium: Imakefile /main/34 1996/11/13 14:45:44 lehors $ -XCOMM $XFree86: xc/programs/rgb/Imakefile,v 3.6 1996/10/03 08:49:23 dawes Exp $ +XCOMM $XFree86: xc/programs/rgb/Imakefile,v 3.7 1996/12/23 07:10:45 dawes Exp $ #if UseRgbTxt RGB_DEFINES = -DUSE_RGB_TXT @@ -21,7 +21,7 @@ XCOMM $XFree86: xc/programs/rgb/Imakefile,v 3.6 1996/10/03 08:49:23 dawes Exp $ OBJS = $(OBJS1) $(OBJS2) PROGRAMS = $(RGB_PROG) ProgramTargetName(showrgb) #if !UseRgbTxt -#if defined(BSD386Architecture) || defined(NetBSDArchitecture) +#if defined(BSD386Architecture) || defined(NetBSDArchitecture) || defined(OpenBSDArchitecture) DATAFILES = rgb.db DATADEP = rgb.db #else |