summaryrefslogtreecommitdiff
path: root/programs/xf86dga
diff options
context:
space:
mode:
authordawes <dawes>1998-12-20 11:56:08 +0000
committerdawes <dawes>1998-12-20 11:56:08 +0000
commit75f6aafca1216131996effe6744dfdfc9869015b (patch)
treef8ceb6236eff2c2f05f71675dda853b437ad2a8f /programs/xf86dga
parentb020c030f0a295e6b9f5e7e272d1f7c87d60f946 (diff)
initial 3.9Nr patches
Diffstat (limited to 'programs/xf86dga')
-rw-r--r--programs/xf86dga/Imakefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/programs/xf86dga/Imakefile b/programs/xf86dga/Imakefile
index 2148c6e56..3e7ae629f 100644
--- a/programs/xf86dga/Imakefile
+++ b/programs/xf86dga/Imakefile
@@ -1,4 +1,4 @@
-XCOMM $XFree86: xc/programs/xf86dga/Imakefile,v 3.4 1996/01/16 15:08:56 dawes Exp $
+XCOMM $XFree86: xc/programs/xf86dga/Imakefile,v 3.5 1996/01/17 12:51:06 dawes Exp $
DEPLIBS = $(DEPXLIB) $(DEPXXF86DGALIB)
LOCAL_LIBRARIES = $(XXF86DGALIB) $(XLIB)
@@ -8,7 +8,11 @@ LOCAL_LIBRARIES = $(XXF86DGALIB) $(XLIB)
AllTarget(ProgramTargetName(dga))
NormalProgramTarget(dga,$(OBJS),$(DEPLIBS),$(LOCAL_LIBRARIES),NullParameter)
+#if !defined(OpenBSDArchitecture)
InstallProgramWithFlags(dga,$(BINDIR),$(INSTUIDFLAGS))
+#else
+InstallProgram(dga,$(BINDIR))
+#endif
DependTarget()
InstallManPage(dga,$(MANDIR))