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
144 B
Makefile
11 lines
144 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= isdntel
|
|
MAN= isdntel.8
|
|
SRCS= main.c display.c files.c alias.c
|
|
|
|
DPADD= ${LIBNCURSES}
|
|
LDADD= -lncurses
|
|
|
|
.include <bsd.prog.mk>
|