Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / usr.sbin / i4b / isdndecode / Makefile
1 # $FreeBSD: src/usr.sbin/i4b/isdndecode/Makefile,v 1.2.2.2 2001/08/01 17:29:17 obrien Exp $
2 # $DragonFly: src/usr.sbin/i4b/isdndecode/Makefile,v 1.2 2003/06/17 04:29:55 dillon Exp $
3
4 PROG=   isdndecode
5 MAN=    isdndecode.8
6 SRCS=   main.c layer1.c layer2.c layer3.c layer3_subr.c facility.c pcause.c 
7
8 .include <bsd.prog.mk>
9