8 lines
151 B
Makefile
8 lines
151 B
Makefile
|
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>
|
||
|
|