summaryrefslogtreecommitdiffstats
path: root/share/examples/isdn/v21/Makefile
blob: 261cec10441fce46af0ee527b6d51d995a84f54b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $FreeBSD$

PROG=		v21modem
NO_MAN=
DPADD=		${LIBUTIL} ${LIBM}
LDADD=		-lutil -lm
CFLAGS+=	-g -Wall

.if !defined(BSDTYPE)
BSDTYPE!=uname
.endif

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud