8 lines
152 B
Makefile
8 lines
152 B
Makefile
# $NetBSD: Makefile,v 1.2 2006/12/29 10:39:59 wiz Exp $
|
|
# This file is in the public domain.
|
|
|
|
PROG= srtconfig
|
|
SRCS= srtconfig.c
|
|
|
|
.include <bsd.prog.mk>
|