diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-12-17 22:12:22 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-12-17 22:12:22 +0000 |
commit | 169003b7f9db86f5e5b4e232431bb35c3ec0c18c (patch) | |
tree | cf0436b24d76be295f898b65ca9edd50e264f6ca /xserver | |
parent | c47c3e55b9d379baff4a6f84081a31fec3570a1d (diff) |
don't bother installing linux or solaris specific init scripts.
Diffstat (limited to 'xserver')
-rw-r--r-- | xserver/hw/xprint/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xserver/hw/xprint/Makefile.am b/xserver/hw/xprint/Makefile.am index cfa76d639..646d77a2a 100644 --- a/xserver/hw/xprint/Makefile.am +++ b/xserver/hw/xprint/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = doc pcl pcl-mono raster ps etc config +SUBDIRS = doc pcl pcl-mono raster ps config bin_PROGRAMS = Xprt |