Home | History | Annotate | Line # | Download | only in srt
Makefile revision 1.1.4.2
      1 # $NetBSD: Makefile,v 1.1.4.2 2019/06/10 22:09:39 christos Exp $
      2 
      3 .include "../Makefile.inc"
      4 
      5 KMOD=		srt
      6 SRCS=		srt.c
      7 
      8 .include <bsd.kmodule.mk>
      9