freebsd-dev/share/examples/isdn/v21/Makefile
Hellmuth Michaelis 698c326a2e Submitted by: phk
Add the V.21 modem emulator code written by phk from the old i4b tarball.
2001-05-25 13:04:58 +00:00

13 lines
145 B
Makefile

# $FreeBSD$
PROG= v21modem
NOMAN= 1
LDADD= -lutil -lm
CFLAGS+= -g -Wall
.if !defined(BSDTYPE)
BSDTYPE!=uname
.endif
.include <bsd.prog.mk>