Home | History | Annotate | Line # | Download | only in srtconfig
Makefile revision 1.2
      1 # $NetBSD: Makefile,v 1.2 2006/12/29 10:39:59 wiz Exp $
      2 # This file is in the public domain.
      3 
      4 PROG=	srtconfig
      5 SRCS=	srtconfig.c
      6 
      7 .include <bsd.prog.mk>
      8