freebsd-src/usr.sbin/i4b/isdndecode/Makefile
1999-12-14 21:14:28 +00:00

9 lines
163 B
Makefile

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