90e655ea4e
These are not perfectly in agreement with each other style-wise, but they are orders of orders of magnitude more consistent style-wise than before.
11 lines
145 B
Makefile
11 lines
145 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= isdnphone
|
|
MAN= isdnphone.8
|
|
SRCS= main.c display.c audio.c isdn.c
|
|
|
|
DPADD= ${LIBCURSES}
|
|
LDADD= -lcurses
|
|
|
|
.include <bsd.prog.mk>
|