NetBSD/usr.sbin/isdn/isdntel/Makefile
martin fbf08005d7 Import of essential ISDN4BSD userland utilities and their documentation.
The left out parts (which have not been installed by ISDN4BSD on NetBSD
anyway), may be added as pkgs later (if demand exists).
2001-01-06 13:00:10 +00:00

9 lines
194 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2001/01/06 13:00:35 martin Exp $
PROG = isdntel
SRCS = main.c display.c files.c alias.c
LDADD += -lcurses -ltermlib
MAN = isdntel.8
.include <bsd.prog.mk>