home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / bsd_srcs / usr.bin / groff / devices / Makefile < prev    next >
Encoding:
Makefile  |  1991-03-03  |  356 b   |  13 lines

  1. #    @(#)Makefile    6.1 (Berkeley) 3/3/91
  2.  
  3. #
  4. # Ugly installation glitch: you MUST be running X11 when building
  5. # the xditview stuff, since xtotroff queries the local X server to get
  6. # font information.  Therefore these are not built by default.
  7. #
  8. XDEVICES=    devX100 devX100-12 devX75 devX75-12
  9.  
  10. SUBDIR=        devascii devlatin1 devdvi devps
  11.  
  12. .include <bsd.subdir.mk>
  13.