Home | History | Annotate | Line # | Download | only in sun
      1 #	$NetBSD: Makefile,v 1.1 2020/07/22 20:54:08 tsutsui Exp $
      2 
      3 .include "../../Makefile.common"
      4 
      5 SUBDIR= Xsun
      6 
      7 .if ${XSERVER_XSUNMONO} != "no"
      8 SUBDIR+= XsunMono
      9 .endif
     10 
     11 .if ${XSERVER_XSUN24} != "no"
     12 SUBDIR+= Xsun24
     13 .endif
     14 
     15 .include <bsd.subdir.mk>
     16