Home | History | Annotate | Line # | Download | only in wsbell
      1  1.2       rin #	$NetBSD: Makefile,v 1.2 2019/02/17 04:06:01 rin Exp $
      2  1.1  pgoyette 
      3  1.1  pgoyette .include "../Makefile.inc"
      4  1.1  pgoyette 
      5  1.1  pgoyette .PATH:	${S}/dev/wscons
      6  1.1  pgoyette 
      7  1.1  pgoyette CPPFLAGS+=	-DNWSMUX=1
      8  1.1  pgoyette 
      9  1.1  pgoyette KMOD=	wsbell
     10  1.1  pgoyette IOCONF=	wsbell.ioconf
     11  1.1  pgoyette SRCS=	wsbell.c
     12  1.1  pgoyette 
     13  1.2       rin .if ${ACTIVE_CC} == "clang"
     14  1.2       rin COPTS.wsbell.c+=	-Wno-missing-noreturn
     15  1.2       rin .endif
     16  1.2       rin 
     17  1.1  pgoyette .include <bsd.kmodule.mk>
     18