]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - share/examples/isdn/v21/Makefile
Change the current working directory to be inside the jail created by
[FreeBSD/releng/7.2.git] / share / examples / isdn / v21 / Makefile
1 # $FreeBSD$
2
3 PROG=           v21modem
4 NO_MAN=
5 DPADD=          ${LIBUTIL} ${LIBM}
6 LDADD=          -lutil -lm
7 CFLAGS+=        -g -Wall
8
9 .if !defined(BSDTYPE)
10 BSDTYPE!=uname
11 .endif
12
13 .include <bsd.prog.mk>