2001-03-26 14:42:20 +00:00

9 lines
162 B
Makefile

# $FreeBSD$
PROG = isdndecode
SRCS = main.c layer1.c layer2.c layer3.c \
layer3_subr.c facility.c pcause.c
MAN = isdndecode.8
.include <bsd.prog.mk>